diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-28 10:54:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-28 10:54:32 +0000 |
commit | c1d1cf837633d4804e06a0168acc7fd73fc2a18e (patch) | |
tree | b42cc4126a0471e50bd8b982009d2466e7b53d73 /openwrt/target/linux/linux-2.4 | |
parent | 0f13231ccbc3d35e0118ef6bd52097c6ec9024d2 (diff) | |
download | mtk-20170518-c1d1cf837633d4804e06a0168acc7fd73fc2a18e.zip mtk-20170518-c1d1cf837633d4804e06a0168acc7fd73fc2a18e.tar.gz mtk-20170518-c1d1cf837633d4804e06a0168acc7fd73fc2a18e.tar.bz2 |
fix wlcompat build
SVN-Revision: 1087
Diffstat (limited to 'openwrt/target/linux/linux-2.4')
-rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 9465960..b315645 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -212,6 +212,7 @@ source: $(DL_DIR)/$(LINUX_SOURCE) prepare: $(LINUX_DIR)/.configured compile: $(LINUX_DIR)/.modules_done $(TARGETS) $(MAKE) -C $(TOPDIR)/target/linux/package \ + TARGET_DIR="$(LINUX_TARGET_DIR)" \ BUILD_DIR="$(LINUX_BUILD_DIR)" \ KERNEL_DIR="$(LINUX_SOURCE_DIR)" \ LINUX_VERSION="$(LINUX_VERSION)" |