diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-01 06:41:21 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:15:51 -0400 |
commit | 1341d34ffc296f98dc84876f35f3151525dc02a2 (patch) | |
tree | d120e94a2f189ebecfc974db6f0d56bc1963121e /arch/arm/mach-imx/Makefile | |
parent | 8c8fdbc9bd9718b21146065de61c0cafdff11ecb (diff) |
[ARM] remove arch-imx
arch-imx is superseeded by the MXC architecture support.
This patch removes arch/arm/mach-imx from the kernel.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile deleted file mode 100644 index b047c7e795a9..000000000000 --- a/arch/arm/mach-imx/Makefile +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | # Object file lists. | ||
6 | |||
7 | obj-y += irq.o time.o dma.o generic.o clock.o | ||
8 | |||
9 | obj-$(CONFIG_CPU_FREQ_IMX) += cpufreq.o | ||
10 | |||
11 | # Specific board support | ||
12 | obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o | ||
13 | |||
14 | # Support for blinky lights | ||
15 | led-y := leds.o | ||
16 | |||
17 | obj-$(CONFIG_LEDS) += $(led-y) | ||
18 | led-$(CONFIG_ARCH_MX1ADS) += leds-mx1ads.o | ||