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 | 5c5aac6e8ae41696ad545ae436cbf8af11d008ae (patch) | |
tree | 39d5785a55925941972111cdb7decff396437841 /target/linux/linux-2.4/Makefile | |
parent | 275a92dceeff159a5655ed0695b62dfeaa7d642a (diff) | |
download | upstream-5c5aac6e8ae41696ad545ae436cbf8af11d008ae.tar.gz upstream-5c5aac6e8ae41696ad545ae436cbf8af11d008ae.tar.bz2 upstream-5c5aac6e8ae41696ad545ae436cbf8af11d008ae.zip |
fix wlcompat build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1087 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/Makefile')
-rw-r--r-- | target/linux/linux-2.4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 9465960fd8..b31564558e 100644 --- a/target/linux/linux-2.4/Makefile +++ b/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)" |