blob: 74fb9b3eb0667f0d33aff5e5e1dda7aa9020dd71 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile for the linux kernel.
#
# Object file lists.
obj-y := system.o generic.o devices.o serial.o
obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
obj-$(CONFIG_MACH_MX27) += clock_imx27.o
|