Add initial device tree entries for sun target Change-Id: I5bda39009e553cfacd32b15235b6f58ce803bb9a Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
14 lines
297 B
Makefile
14 lines
297 B
Makefile
ifeq ($(CONFIG_ARCH_PINEAPPLE),y)
|
|
dtbo-y += pineapple-kiwi-bt.dtbo
|
|
endif
|
|
|
|
ifeq ($(CONFIG_ARCH_SUN), y)
|
|
dtbo-y += sun-peach-bt.dtbo
|
|
dtbo-y += sun-kiwi-bt.dtbo
|
|
dtbo-y += sun-peach-bt-v8.dtbo
|
|
endif
|
|
|
|
always-y := $(dtb-y) $(dtbo-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb *.dtbo
|