diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-07-03 06:32:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-07-03 06:32:54 +0000 |
commit | 44c74a0c79385ce4cbaee53ffc4f43ff1e39f904 (patch) | |
tree | e081b4978573d041ecf8cfc24d0ec0960ad76cfe /openwrt/target | |
parent | 20cda3ba0f5a3a85178ec4901500f8cd8b254724 (diff) | |
download | mtk-20170518-44c74a0c79385ce4cbaee53ffc4f43ff1e39f904.zip mtk-20170518-44c74a0c79385ce4cbaee53ffc4f43ff1e39f904.tar.gz mtk-20170518-44c74a0c79385ce4cbaee53ffc4f43ff1e39f904.tar.bz2 |
fix x86-2.4
SVN-Revision: 4113
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/x86-2.4/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openwrt/target/linux/x86-2.4/Makefile b/openwrt/target/linux/x86-2.4/Makefile index 1203945..720fb80 100644 --- a/openwrt/target/linux/x86-2.4/Makefile +++ b/openwrt/target/linux/x86-2.4/Makefile @@ -24,10 +24,3 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches @$(CP) config $(LINUX_DIR)/.config touch $@ - -$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux - $(MAKE) -C $(LINUX_DIR) TOPDIR=$(LINUX_DIR) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage - $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $@ - touch $@ - -compile: $(LINUX_BUILD_DIR)/bzImage |