summaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-03-18 07:22:11 +0100
committerFelix Fietkau <nbd@nbd.name>2021-03-18 10:53:26 +0100
commit9ac47ee46918c45b91f4e4d1fa76b1e26b9d57fe (patch)
tree70d5283b9ae86cae6fcc70bdac2b488e2db8deb6 /package/kernel/ath10k-ct/Makefile
parentacb8c17ecc93a8e032951ee370b8d0250ee5d2dd (diff)
downloadopenwrt-9ac47ee46918c45b91f4e4d1fa76b1e26b9d57fe.tar.gz
openwrt-9ac47ee46918c45b91f4e4d1fa76b1e26b9d57fe.tar.bz2
openwrt-9ac47ee46918c45b91f4e4d1fa76b1e26b9d57fe.zip
build: use -nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel modules
This resolves issues uncovered by musl updates Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r--package/kernel/ath10k-ct/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index 32b294a69f..a225bd8b19 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -52,7 +52,8 @@ $(call KernelPackage/ath10k-ct)
VARIANT:=smallbuffers
endef
-NOSTDINC_FLAGS = \
+NOSTDINC_FLAGS := \
+ $(KERNEL_NOSTDINC_FLAGS) \
-I$(PKG_BUILD_DIR) \
-I$(STAGING_DIR)/usr/include/mac80211-backport/uapi \
-I$(STAGING_DIR)/usr/include/mac80211-backport \