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

# Object file lists.

I
Ilya Yanok 已提交
7
obj-y	:=  generic.o devices.o serial.o
8

9 10
obj-$(CONFIG_MACH_MX21) += clock_imx21.o

11
obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
12
obj-$(CONFIG_MACH_MX27) += clock_imx27.o
13

I
Ivo Clarysse 已提交
14
obj-$(CONFIG_MACH_MX21ADS) += mx21ads.o
15
obj-$(CONFIG_MACH_MX27ADS) += mx27ads.o
16
obj-$(CONFIG_MACH_PCM038) += pcm038.o
17
obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o