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