mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 01:36:46 +07:00
4a6e0a771e
Add device tree file for AMD/Linaro 96Boards Enterprise Edition Server (Husky) Board. This is based on the AMD Seattle Rev.B0 system Signed-off-by: Leo Duran <leo.duran@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
8 lines
184 B
Makefile
8 lines
184 B
Makefile
dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive.dtb \
|
|
amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb \
|
|
husky.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|