summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/Makefile
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/Makefile
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/Makefile')
-rw-r--r--target/linux/brcm2708/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile
index 8ab34eb5ee..f83d6f5635 100644
--- a/target/linux/brcm2708/Makefile
+++ b/target/linux/brcm2708/Makefile
@@ -25,4 +25,6 @@ define Target/Description
Currently produces SD Card image for Raspberry Pi.
endef
+KERNELNAME="Image"
+
$(eval $(call BuildTarget))