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