mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
918197be39
Remove the explicit call to l2x0_of_init(), converting to the generic infrastructure instead. Along with this change, we can delete l2x0.c from prima2. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
10 lines
244 B
Makefile
10 lines
244 B
Makefile
obj-y += rstc.o
|
|
obj-y += common.o
|
|
obj-y += rtciobrg.o
|
|
obj-$(CONFIG_DEBUG_LL) += lluart.o
|
|
obj-$(CONFIG_SUSPEND) += pm.o sleep.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
|
|
CFLAGS_hotplug.o += -march=armv7-a
|