Makefile 361 字节
Newer Older
1 2 3 4
#
# Makefile for the linux kernel, U8500 machine.
#

5
obj-y				:= clock.o cpu.o devices.o
6
obj-$(CONFIG_UX500_SOC_DB5500)	+= cpu-db5500.o devices-db5500.o
7
obj-$(CONFIG_UX500_SOC_DB8500)	+= cpu-db8500.o devices-db8500.o
8
obj-$(CONFIG_MACH_U8500_MOP)	+= board-mop500.o
9
obj-$(CONFIG_MACH_U5500)	+= board-u5500.o
10
obj-$(CONFIG_SMP)		+= platsmp.o headsmp.o localtimer.o