diff options
Diffstat (limited to 'target/linux/brcm2708/Makefile')
-rw-r--r-- | target/linux/brcm2708/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 6d8aba0..f8c9347 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -26,6 +26,6 @@ define Target/Description Currently produces SD Card image for Raspberry Pi. endef -KERNELNAME:=Image +KERNELNAME:=Image dtbs $(eval $(call BuildTarget)) |