mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 19:21:36 +07:00
![Barry Song](/assets/img/avatar_default.png)
we will have SiRFMarco and SiRFPolo, all of them will be in the generic board. Signed-off-by: Barry Song <Baohua.Song@csr.com>
9 lines
194 B
Makefile
9 lines
194 B
Makefile
obj-y := timer.o
|
|
obj-y += irq.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
|