diff options
Diffstat (limited to 'target/linux/package/hostap/Makefile')
-rw-r--r-- | target/linux/package/hostap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile index 06c063a5ea..d28550975b 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 $@ |