diff options
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
| -rw-r--r-- | arch/arm/plat-mxc/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile deleted file mode 100644 index 149237e2485..00000000000 --- a/arch/arm/plat-mxc/Makefile +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Makefile for the linux kernel. | ||
| 3 | # | ||
| 4 | |||
| 5 | # Common support | ||
| 6 | obj-y := time.o devices.o cpu.o system.o irq-common.o | ||
| 7 | |||
| 8 | obj-$(CONFIG_MXC_TZIC) += tzic.o | ||
| 9 | obj-$(CONFIG_MXC_AVIC) += avic.o | ||
| 10 | |||
| 11 | obj-$(CONFIG_IMX_HAVE_IOMUX_V1) += iomux-v1.o | ||
| 12 | obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o | ||
| 13 | obj-$(CONFIG_IRAM_ALLOC) += iram_alloc.o | ||
| 14 | obj-$(CONFIG_MXC_ULPI) += ulpi.o | ||
| 15 | obj-$(CONFIG_MXC_USE_EPIT) += epit.o | ||
| 16 | obj-$(CONFIG_MXC_DEBUG_BOARD) += 3ds_debugboard.o | ||
| 17 | obj-$(CONFIG_CPU_FREQ_IMX) += cpufreq.o | ||
| 18 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o | ||
| 19 | ifdef CONFIG_SND_IMX_SOC | ||
| 20 | obj-y += ssi-fiq.o | ||
| 21 | obj-y += ssi-fiq-ksym.o | ||
| 22 | endif | ||
| 23 | |||
| 24 | obj-y += devices/ | ||
