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