bc02c58bd1
This patch enables the building of Linux for the PB1176 platform. Signed-off-by: Bahadir Balban <bahadir.balban@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
11 lines
323 B
Makefile
11 lines
323 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := core.o clock.o
|
|
obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o
|
|
obj-$(CONFIG_MACH_REALVIEW_PB11MP) += realview_pb11mp.o
|
|
obj-$(CONFIG_MACH_REALVIEW_PB1176) += realview_pb1176.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|