summaryrefslogtreecommitdiff
path: root/include/test.mk
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2022-06-23 00:16:56 +0100
committerSteve McIntyre <steve@einval.com>2022-06-23 00:16:56 +0100
commit21378c99da2b325b71c0359cf837d7420fa27730 (patch)
tree2a00fd3dd1d0c665a4eec4e109343211ce760546 /include/test.mk
parent64da2668f663378e8204d69ec944734ba617e420 (diff)
parente6ace38abd705fbe24349152b7c90d473404e86e (diff)
downloadefi-boot-shim-21378c99da2b325b71c0359cf837d7420fa27730.tar.gz
efi-boot-shim-21378c99da2b325b71c0359cf837d7420fa27730.zip
Update upstream source from tag 'upstream/15.6'
Update to upstream version '15.6' with Debian dir 952ad3d5a92a2003f3496a79d1875a951c255396
Diffstat (limited to 'include/test.mk')
-rw-r--r--include/test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/test.mk b/include/test.mk
index 1a4fc220..e965c600 100644
--- a/include/test.mk
+++ b/include/test.mk
@@ -50,6 +50,9 @@ CFLAGS = $(OPTIMIZATIONS) -std=gnu11 \
# of the "include" directory
CFLAGS += -isystem $(shell $(CC) $(ARCH_CFLAGS) -print-file-name=include-fixed)
+# And on Debian also check the multi-arch include path
+CFLAGS += -isystem /usr/include/$(shell $(CC) $(ARCH_CFLAGS) -print-multiarch)
+
export CFLAGS_LTO CFLAGS_GCOV
libefi-test.a :