Makefile 178 字节
Newer Older
1 2 3 4 5
#
# Makefile for the linux kernel.
#

obj-y					:= v2m.o
6
obj-$(CONFIG_ARCH_VEXPRESS_CA9X4)	+= ct-ca9x4.o
7
obj-$(CONFIG_SMP)			+= platsmp.o
8
obj-$(CONFIG_HOTPLUG_CPU)		+= hotplug.o