2010-02-11 14:44:53 -07:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
2012-09-06 11:43:04 -07:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
|
|
|
|
-I$(srctree)/arch/arm/plat-versatile/include
|
2010-02-11 14:44:53 -07:00
|
|
|
|
2012-10-09 04:56:36 -07:00
|
|
|
obj-y := v2m.o reset.o
|
2010-02-28 10:26:25 -07:00
|
|
|
obj-$(CONFIG_ARCH_VEXPRESS_CA9X4) += ct-ca9x4.o
|
2011-01-19 03:24:56 -07:00
|
|
|
obj-$(CONFIG_SMP) += platsmp.o
|
2010-12-19 04:33:12 -07:00
|
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|