summaryrefslogtreecommitdiffstats
path: root/target/linux/package/hostap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/package/hostap/Makefile')
-rw-r--r--target/linux/package/hostap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile
index 06c063a5e..d28550975 100644
--- a/target/linux/package/hostap/Makefile
+++ b/target/linux/package/hostap/Makefile
@@ -31,6 +31,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(KERNEL_DIR)/ \
ARCH="$(LINUX_KARCH)" \
+ CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
modules
touch $@