diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-10 09:11:13 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-24 09:40:38 -0400 |
commit | d109167b9c1002770d194644d5580a1f3588f7fc (patch) | |
tree | 0cbc6fc238b6ce639080a9bf1971c813534d8777 /arch/arm/mach-mx2/Makefile | |
parent | f1d4cbef18999548ade1007bfb63cc1fa69c385e (diff) |
ARM: imx: rename mach dir for mx21 and mx27 to mach-imx
Finally all imx code should end up there, start with mach-mx2. While
touching all files rename some files to use a hyphen instead of an
underscore.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Makefile')
-rw-r--r-- | arch/arm/mach-mx2/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile deleted file mode 100644 index e3254faac828..000000000000 --- a/arch/arm/mach-mx2/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | # Object file lists. | ||
6 | |||
7 | obj-y := devices.o serial.o | ||
8 | |||
9 | obj-$(CONFIG_MACH_MX21) += clock_imx21.o mm-imx21.o | ||
10 | |||
11 | obj-$(CONFIG_MACH_MX27) += cpu_imx27.o | ||
12 | obj-$(CONFIG_MACH_MX27) += clock_imx27.o mm-imx27.o | ||
13 | |||
14 | obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o | ||
15 | obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o | ||
16 | obj-$(CONFIG_MACH_PCM038) += mach-pcm038.o | ||
17 | obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o | ||
18 | obj-$(CONFIG_MACH_MX27_3DS) += mach-mx27_3ds.o | ||
19 | obj-$(CONFIG_MACH_IMX27LITE) += mach-imx27lite.o | ||
20 | obj-$(CONFIG_MACH_CPUIMX27) += mach-cpuimx27.o | ||
21 | obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o | ||
22 | obj-$(CONFIG_MACH_PCA100) += mach-pca100.o | ||
23 | obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o | ||