mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Add initial device tree to support Lahaina platform on RUMI, MTP, CDP and QRD platforms. Change-Id: I77b1d3ab205cb8902de18a227679234e0556057d
9 lines
170 B
Makefile
9 lines
170 B
Makefile
dtb-$(CONFIG_ARCH_LAHAINA) += lahaina-rumi.dtb \
|
|
lahaina-mtp.dtb \
|
|
lahaina-cdp.dtb \
|
|
lahaina-qrd.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|