From 2d32b2f7712b65d79de0a29ce3c80110e4599d00 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 28 Feb 2014 20:29:40 +0000 Subject: 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 SVN-Revision: 39768 --- target/linux/brcm2708/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/brcm2708/Makefile') 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)) -- cgit v1.2.3