mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
c41b16f8c9
Consolidate the FPGA IRQ handling code. Integrator/AP and Versatile have one FPGA-based IRQ handler each. Integrator/CP has three. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
7 lines
216 B
Makefile
7 lines
216 B
Makefile
obj-y := 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
|
|
|