mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-20 17:59:03 -04:00
This introduces ARCH_THUNDER to enable soc specific drivers and dtb files. Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com> Signed-off-by: Robert Richter <rrichter@cavium.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11 lines
256 B
Makefile
11 lines
256 B
Makefile
dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb
|
|
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
|
|
|
|
targets += dtbs
|
|
targets += $(dtb-y)
|
|
|
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
|
|
|
clean-files := *.dtb
|