clean up a few things in image build makefiles and fix unnecessary grub rebuilds

SVN-Revision: 6360
This commit is contained in:
Felix Fietkau
2007-02-25 18:20:34 +00:00
parent 738ca6f657
commit 653f61fb3e
6 changed files with 18 additions and 43 deletions

View File

@@ -7,9 +7,6 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define Build/Clean
endef
define Image/Prepare
cp $(LINUX_DIR)/arch/ppc/boot/images/uImage $(KDIR)/uImage
endef