From: nbd Date: Sun, 4 Jun 2006 21:57:38 +0000 (+0000) Subject: fix unnecessary kernel rebuild X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bf82d1e1fa09243728f245651ded9b8fbd6d3f09;p=openwrt.git fix unnecessary kernel rebuild git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3904 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index 8ba22aa683..34d4ddaf93 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/target/linux/au1000-2.6/Makefile @@ -17,10 +17,9 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked @$(CP) config $(LINUX_DIR)/.config touch $@ -$(LINUX_BUILD_DIR)/zImage.flash.srec: $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec - $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) zImage.flash +$(LINUX_BUILD_DIR)/zImage.flash.srec: $(LINUX_DIR)/vmlinux $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec touch $@ -compile: $(LINUX_DIR)/vmlinux +compile: $(LINUX_BUILD_DIR)/zImage.flash.srec