diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-mxs/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-mxs/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-mxs/Makefile b/ANDROID_3.4.5/arch/arm/mach-mxs/Makefile deleted file mode 100644 index 908bf9a5..00000000 --- a/ANDROID_3.4.5/arch/arm/mach-mxs/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Common support -obj-y := clock.o devices.o icoll.o iomux.o system.o timer.o mm.o - -obj-$(CONFIG_MXS_OCOTP) += ocotp.o -obj-$(CONFIG_PM) += pm.o - -obj-$(CONFIG_SOC_IMX23) += clock-mx23.o -obj-$(CONFIG_SOC_IMX28) += clock-mx28.o - -obj-$(CONFIG_MACH_STMP378X_DEVB) += mach-stmp378x_devb.o -obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o -obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o -obj-$(CONFIG_MACH_M28EVK) += mach-m28evk.o -obj-$(CONFIG_MACH_APX4DEVKIT) += mach-apx4devkit.o -obj-$(CONFIG_MODULE_TX28) += module-tx28.o -obj-$(CONFIG_MACH_TX28) += mach-tx28.o - -obj-y += devices/ |