Files
android_kernel_samsung_sm87…/Kbuild
Suqun Peng b563a54327 btfm: dts: msm: Add support for SunP HDK
Add support for SunP HDK

Change-Id: I4ddbe8caf7c710debc57aec713aa255a2f226a3c
Signed-off-by: Suqun Peng <quic_suqupeng@quicinc.com>
2024-03-28 10:35:10 +08:00

17 lines
393 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
dtbo-y += sun-kiwi-bt-v8.dtbo
dtbo-y += sun-wcn788x-v8.dtbo
dtbo-y += sunp-hdk-peach-bt-v8.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)
subdir-y := $(dts-dirs)
clean-files := *.dtb *.dtbo