arm64: dts: qcom: sun: Add pineapple and blair DT files to opensource
Add the removed DT files of pineapple and blair targets to opensource project. Change-Id: I20afed782c053c2899fd3f662278f6721ad2e2e6 Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
This commit is contained in:
12
Kbuild
12
Kbuild
@@ -1,3 +1,15 @@
|
||||
ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
|
||||
ifeq ($(CONFIG_ARCH_QTI_VM), y)
|
||||
dtbo-y += pineapple/pineapple-dsp-trustedvm.dtbo
|
||||
else
|
||||
dtbo-y += pineapple/pineapple-dsp.dtbo
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_BLAIR), y)
|
||||
dtbo-y += blair/blair-dsp.dtbo
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_SUN), y)
|
||||
ifeq ($(CONFIG_ARCH_QTI_VM), y)
|
||||
dtbo-y += sun/sun-dsp-trustedvm.dtbo
|
||||
|
Reference in New Issue
Block a user