mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 06:30:56 +07:00
c1e3c1196b
New MARCO and POLO SoC use GIC, so make irq.c optional and enable it only if we enable ARCH_PRIMA2 in Kconfig Signed-off-by: Barry Song <Baohua.Song@csr.com>
9 lines
211 B
Makefile
9 lines
211 B
Makefile
obj-y := timer.o
|
|
obj-y += rstc.o
|
|
obj-y += common.o
|
|
obj-y += rtciobrg.o
|
|
obj-$(CONFIG_DEBUG_LL) += lluart.o
|
|
obj-$(CONFIG_CACHE_L2X0) += l2x0.o
|
|
obj-$(CONFIG_SUSPEND) += pm.o sleep.o
|
|
obj-$(CONFIG_SIRF_IRQ) += irq.o
|