btfm: dts: msm: Add device tree entries for sun target
Add initial device tree entries for sun target Change-Id: I5bda39009e553cfacd32b15235b6f58ce803bb9a Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
This commit is contained in:
13
Kbuild
Normal file
13
Kbuild
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user