mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add initial device tree to support to kalama SoC and add RUMI, MTP, CDP and QRD platforms Change-Id: Idfb076fa699a15602fd0d0dfef1ef30ad8bc6861
10 lines
207 B
Makefile
10 lines
207 B
Makefile
|
|
dtb-$(CONFIG_ARCH_KALAMA) += kalama-rumi.dtb \
|
|
kalama-mtp.dtb \
|
|
kalama-cdp.dtb \
|
|
kalama-qrd.dtb
|
|
|
|
always-y := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb *.dtbo
|