mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ARM: dts: picoxcell: build DTBs with make dtbs
Add ARCH_PICOXCELL entries to Makefil so the DTBs get built with `make dtbs`. Link: https://lore.kernel.org/r/20200917163957.21895-1-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
committed by
Olof Johansson
parent
3e0111ecaf
commit
e89c32fe22
@@ -871,6 +871,9 @@ dtb-$(CONFIG_ARCH_ACTIONS) += \
|
|||||||
owl-s500-cubieboard6.dtb \
|
owl-s500-cubieboard6.dtb \
|
||||||
owl-s500-guitar-bb-rev-b.dtb \
|
owl-s500-guitar-bb-rev-b.dtb \
|
||||||
owl-s500-sparky.dtb
|
owl-s500-sparky.dtb
|
||||||
|
dtb-$(CONFIG_ARCH_PICOXCELL) += \
|
||||||
|
picoxcell-pc7302-pc3x2.dtb \
|
||||||
|
picoxcell-pc7302-pc3x3.dtb
|
||||||
dtb-$(CONFIG_ARCH_PRIMA2) += \
|
dtb-$(CONFIG_ARCH_PRIMA2) += \
|
||||||
prima2-evb.dtb
|
prima2-evb.dtb
|
||||||
dtb-$(CONFIG_ARCH_PXA) += \
|
dtb-$(CONFIG_ARCH_PXA) += \
|
||||||
|
|||||||
Reference in New Issue
Block a user