blob: cfe344ec1d6da6232db98c4e81d595dac0f3d29b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#
# Makefile for the linux kernel.
#
obj-y := v2m.o
obj-$(CONFIG_ARCH_VEXPRESS_CA9X4) += ct-ca9x4.o
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|