mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 13:56:53 +07:00
617276307c
Convert vexpress to multi-platform. This always enables vexpress DT and makes it the default v7 platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Pawel Moll <pawel.moll@arm.com>
9 lines
354 B
Makefile
9 lines
354 B
Makefile
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
|
|
|
|
obj-$(CONFIG_PLAT_VERSATILE_CLOCK) += clock.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_CLCD) += clcd.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_FPGA_IRQ) += fpga-irq.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_LEDS) += leds.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|