diff options
Diffstat (limited to 'arch/arm/mach-mx2/Makefile')
-rw-r--r-- | arch/arm/mach-mx2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile index 74fb9b3eb066..f6764eb64713 100644 --- a/arch/arm/mach-mx2/Makefile +++ b/arch/arm/mach-mx2/Makefile | |||
@@ -8,3 +8,5 @@ obj-y := system.o generic.o devices.o serial.o | |||
8 | 8 | ||
9 | obj-$(CONFIG_MACH_MX27) += cpu_imx27.o | 9 | obj-$(CONFIG_MACH_MX27) += cpu_imx27.o |
10 | obj-$(CONFIG_MACH_MX27) += clock_imx27.o | 10 | obj-$(CONFIG_MACH_MX27) += clock_imx27.o |
11 | |||
12 | obj-$(CONFIG_MACH_MX27ADS) += mx27ads.o | ||