X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Fx86-2.4%2FMakefile;h=720fb8039dbd25cfd46db6074f4bbbb476219279;hp=12039454e53a0f04bffca8c4ee6ee880e5f987ed;hb=44c74a0c79385ce4cbaee53ffc4f43ff1e39f904;hpb=20cda3ba0f5a3a85178ec4901500f8cd8b254724 diff --git a/openwrt/target/linux/x86-2.4/Makefile b/openwrt/target/linux/x86-2.4/Makefile index 12039454e5..720fb8039d 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