summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc-2.6
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-25 18:20:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-25 18:20:34 +0000
commit653f61fb3eb23d5cd30e1577190af038a6a47fbd (patch)
tree999ecb0f73415ee1aba71780780f271a384973ab /target/linux/rdc-2.6
parent738ca6f6571b30c80c5e64d2c40b0b3630ec3c29 (diff)
downloadmaster-31e0f0ae-653f61fb3eb23d5cd30e1577190af038a6a47fbd.tar.gz
master-31e0f0ae-653f61fb3eb23d5cd30e1577190af038a6a47fbd.tar.bz2
master-31e0f0ae-653f61fb3eb23d5cd30e1577190af038a6a47fbd.zip
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
SVN-Revision: 6360
Diffstat (limited to 'target/linux/rdc-2.6')
-rw-r--r--target/linux/rdc-2.6/image/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/rdc-2.6/image/Makefile b/target/linux/rdc-2.6/image/Makefile
index 078e754e10..f8398baadb 100644
--- a/target/linux/rdc-2.6/image/Makefile
+++ b/target/linux/rdc-2.6/image/Makefile
@@ -7,9 +7,6 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
-define Build/Clean
-endef
-
define Image/Prepare
$(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage
endef