aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-10-05 10:27:34 +0000
committerJohn Crispin <john@openwrt.org>2015-10-05 10:27:34 +0000
commitb97498ab29089fd8318cabbcfbab25b263f552be (patch)
tree31d7de009f8bb51848a5f2f3b2d9ca655422206b /target/linux/brcm2708/Makefile
parenta32acfe73c0d5d0905d284b257d9155d35454df8 (diff)
downloadupstream-b97498ab29089fd8318cabbcfbab25b263f552be.tar.gz
upstream-b97498ab29089fd8318cabbcfbab25b263f552be.tar.bz2
upstream-b97498ab29089fd8318cabbcfbab25b263f552be.zip
brcm2708: switch device tree compilation to linux
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47124
Diffstat (limited to 'target/linux/brcm2708/Makefile')
-rw-r--r--target/linux/brcm2708/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile
index 6d8aba018a..f8c93474c5 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))