diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 21:18:26 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 21:18:26 +0000 |
| commit | 4c659f618c83aa8ef850cf24e6f240e0aeb0f598 (patch) | |
| tree | 8813ca5ad209754da7f4b71014c7a131ee200196 /openwrt/target/linux/linux-2.4/Makefile | |
| parent | c90793463c2602b951b71d629a6530bab2be50d0 (diff) | |
| download | mtk-20170518-4c659f618c83aa8ef850cf24e6f240e0aeb0f598.zip mtk-20170518-4c659f618c83aa8ef850cf24e6f240e0aeb0f598.tar.gz mtk-20170518-4c659f618c83aa8ef850cf24e6f240e0aeb0f598.tar.bz2 | |
cleanup in target/
SVN-Revision: 1205
Diffstat (limited to 'openwrt/target/linux/linux-2.4/Makefile')
| -rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index e8ce928..acbd2e1 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -24,7 +24,6 @@ LINUX_KCONFIG:=./config/$(BOARD) LINUX_BUILD_DIR:=$(BUILD_DIR)/linux-2.4-$(BOARD) LINUX_TARGET_DIR:=$(LINUX_BUILD_DIR)/root LINUX_KERNEL:=$(LINUX_BUILD_DIR)/vmlinux -LINUX_IMAGE:=$(LINUX_BUILD_DIR)/kernel-image LINUX_FORMAT=zImage LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ -e 's/mipsel/mips/' \ @@ -196,9 +195,6 @@ $(LINUX_KERNEL): $(LINUX_DIR)/$(LINUX_BINLOC) cp -fa $< $@ touch -c $(LINUX_KERNEL) -$(LINUX_IMAGE): $(LINUX_KERNEL) - cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false) - $(LINUX_DIR)/.modules_done: $(LINUX_KERNEL) $(LINUX_IMAGE) rm -rf $(LINUX_BUILD_DIR)/modules $(MAKE) -C $(LINUX_DIR) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) modules |
