2008-07-05 15:02:56 +07:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Object file lists.
|
|
|
|
|
2009-03-03 06:49:23 +07:00
|
|
|
obj-y := generic.o devices.o serial.o
|
2008-07-05 15:02:59 +07:00
|
|
|
|
2009-01-26 22:34:54 +07:00
|
|
|
obj-$(CONFIG_MACH_MX21) += clock_imx21.o
|
|
|
|
|
2008-07-05 15:02:59 +07:00
|
|
|
obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
|
2008-07-05 15:02:59 +07:00
|
|
|
obj-$(CONFIG_MACH_MX27) += clock_imx27.o
|
2008-07-05 15:03:00 +07:00
|
|
|
|
2009-04-15 20:39:27 +07:00
|
|
|
obj-$(CONFIG_MACH_MX21ADS) += mx21ads.o
|
2008-07-05 15:03:00 +07:00
|
|
|
obj-$(CONFIG_MACH_MX27ADS) += mx27ads.o
|
2008-07-05 15:03:00 +07:00
|
|
|
obj-$(CONFIG_MACH_PCM038) += pcm038.o
|
2008-07-05 15:03:01 +07:00
|
|
|
obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o
|
2009-04-17 02:45:01 +07:00
|
|
|
obj-$(CONFIG_MACH_MX27_3DS) += mx27pdk.o
|
2009-06-04 04:23:54 +07:00
|
|
|
obj-$(CONFIG_MACH_MX27LITE) += mx27lite.o
|
|
|
|
|