diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-01 12:40:15 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 16:15:48 +0200 |
commit | 8c8fdbc9bd9718b21146065de61c0cafdff11ecb (patch) | |
tree | 5888e8ed21a19bc629a84217f1fbf2e3651b348f /arch/arm/Makefile | |
parent | 84c9fa43040af08126326ac8b2a2b18f804eb1e8 (diff) | |
download | linux-8c8fdbc9bd9718b21146065de61c0cafdff11ecb.tar.bz2 |
[ARM] Remove arch-imx from build system
arch-imx is superseeded by the MXC architecture support.
This patch removes arch-imx from the build system.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index e84729bf13d4..921a627edb5e 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -135,7 +135,6 @@ endif plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x machine-$(CONFIG_ARCH_VERSATILE) := versatile - machine-$(CONFIG_ARCH_IMX) := imx machine-$(CONFIG_ARCH_H720X) := h720x machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 machine-$(CONFIG_ARCH_REALVIEW) := realview |