Makefile (178980f98eef58607647eb66e178bf984bf81f4c) | Makefile (d48fd006e6d9394e9abd14f4747034f73bb6a386) |
---|---|
1# 2# Makefile for the linux kernel, U8500 machine. 3# 4 | 1# 2# Makefile for the linux kernel, U8500 machine. 3# 4 |
5obj-y := clock.o cpu.o | 5obj-y := clock.o cpu.o devices.o |
6obj-$(CONFIG_ARCH_U8500) += cpu-u8500.o 7obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o 8obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o | 6obj-$(CONFIG_ARCH_U8500) += cpu-u8500.o 7obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o 8obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o |