mirror of https://gitee.com/openkylin/linux.git
11 lines
329 B
Makefile
11 lines
329 B
Makefile
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_SMP) += platsmp.o headsmp.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
obj-$(CONFIG_ARCH_PRIMA2) += timer-prima2.o
|
|
obj-$(CONFIG_ARCH_MARCO) += timer-marco.o
|