forked from Minki/linux
dff052ccf3
Move the assembly code for cluster cache enabling and resuming into an assembly file instead of having it directly in C code. Remove the CFLAGS because we are using the ARM directive "arch" instead. Signed-off-by: Mylène Josserand <mylene.josserand@bootlin.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
6 lines
156 B
Makefile
6 lines
156 B
Makefile
CFLAGS_mc_smp.o += -march=armv7-a
|
|
|
|
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
|
|
obj-$(CONFIG_ARCH_SUNXI_MC_SMP) += mc_smp.o headsmp.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|