diff options
author | John Crispin <john@openwrt.org> | 2015-10-05 10:27:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-05 10:27:34 +0000 |
commit | b97498ab29089fd8318cabbcfbab25b263f552be (patch) | |
tree | 31d7de009f8bb51848a5f2f3b2d9ca655422206b /target/linux/brcm2708/Makefile | |
parent | a32acfe73c0d5d0905d284b257d9155d35454df8 (diff) | |
download | upstream-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/Makefile | 2 |
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)) |