summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-02-28 20:29:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-02-28 20:29:40 +0000
commit2d32b2f7712b65d79de0a29ce3c80110e4599d00 (patch)
treee8558b5d17a5c67b6568b0cb8771ce9431e106b6 /target/linux/brcm2708/image
parenta2068afd77dcde2c3cf274dc73b71b689c5fedc7 (diff)
downloadmaster-31e0f0ae-2d32b2f7712b65d79de0a29ce3c80110e4599d00.tar.gz
master-31e0f0ae-2d32b2f7712b65d79de0a29ce3c80110e4599d00.tar.bz2
master-31e0f0ae-2d32b2f7712b65d79de0a29ce3c80110e4599d00.zip
brcm2708: define KERNELNAME accordingly
Define KERNELNAME to Image to get the build system to copy this image over $(KDIR) automatically for us. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39768
Diffstat (limited to 'target/linux/brcm2708/image')
-rw-r--r--target/linux/brcm2708/image/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile
index 6b4cf141a6..ae977a613e 100644
--- a/target/linux/brcm2708/image/Makefile
+++ b/target/linux/brcm2708/image/Makefile
@@ -8,10 +8,6 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(INCLUDE_DIR)/host.mk
-define Image/Prepare
- cp $(LINUX_DIR)/arch/arm/boot/Image $(KDIR)/Image
-endef
-
FAT32_BLOCK_SIZE=1024
FAT32_BLOCKS=$(shell echo $$(($(CONFIG_BRCM2708_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))