Files
android_kernel_samsung_sm87…/Kbuild
Megha Byahatti 6fca99fedd video: devicetree: Align with upstream osdt
According to upstream requirement moving devicetree
form vendor/qcom/proprietary/video-devicetree to
vendor/qcom/opensource/video-devicetree by creating
new project. All the changes to the devicetree need
to be done in this project to be merged. All changes
will need Signed-off-by: tags and will need to use
open source emails.

Change-Id: I2865fb1fa9e1dae6bf2bf4f2a01bd000d928dba9
Signed-off-by: Megha Byahatti <quic_mbyahatt@quicinc.com>
2024-02-15 10:12:56 +05:30

23 lines
420 B
Makefile

ifeq ($(CONFIG_ARCH_WAIPIO), y)
dtbo-y += waipio-vidc.dtbo
endif
ifeq ($(CONFIG_ARCH_KALAMA), y)
dtbo-y += kalama-vidc.dtbo
dtbo-y += kalama-vidc-v2.dtbo
endif
ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
dtbo-y += pineapple-vidc.dtbo
dtbo-y += pineapple-vidc-v2.dtbo
endif
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += sun-vidc.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)
subdir-y := $(dts-dirs)
clean-files := *.dtb *.dtbo