mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 23:09:16 +07:00
5470964f8c
It adds the initial zx296718-pcbox board support with devices like storage, audio and VGA output enabled. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
152 B
Makefile
7 lines
152 B
Makefile
dtb-$(CONFIG_ARCH_ZX) += zx296718-evb.dtb
|
|
dtb-$(CONFIG_ARCH_ZX) += zx296718-pcbox.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|