Makefile 189 字节
Newer Older
1 2 3 4 5 6
#
# Makefile for the linux kernel.
#

# Object file lists.

7
obj-y	:=  system.o generic.o devices.o serial.o
8 9

obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
10
obj-$(CONFIG_MACH_MX27) += clock_imx27.o