diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 10:54:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 10:54:32 +0000 |
commit | 5318f05f8297bb59098ab24b344bf8fe4b66e889 (patch) | |
tree | b42cc4126a0471e50bd8b982009d2466e7b53d73 /openwrt/target/linux/linux-2.4 | |
parent | da6245e869a212cc9fcdb806f4d657ac3a4c812c (diff) |
fix wlcompat build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1087 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9465960fd8..b31564558e 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)" |