Files
android_kernel_samsung_sm87…/Kbuild
Hemant Gupta c45e899c16 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>
2023-12-22 10:02:33 +05:30

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