X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Farm%2Fmach-mx3%2FMakefile;h=8b21abb71fb0c193564ae0c6ad936444673a032b;hp=cbec997f332ad6bcc90fad1b8e19ee595068450e;hb=8a392625b665c676a77c62f8608d10ff430bcb83;hpb=39fe5434cb9de5da40510028b17b96bc4eb312b3 diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index cbec997f332a..8b21abb71fb0 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile @@ -4,5 +4,7 @@ # Object file lists. -obj-y := mm.o time.o +obj-y := mm.o clock.o devices.o iomux.o obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o +obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o +obj-$(CONFIG_MACH_PCM037) += pcm037.o