diff options
author | Kevin Wells <wellsk40@gmail.com> | 2010-07-27 08:49:04 -0700 |
---|---|---|
committer | Kevin Wells <wellsk40@gmail.com> | 2010-07-27 08:49:04 -0700 |
commit | 408059495a372f1a9845672e58608fb6d8ec0c40 (patch) | |
tree | 735cc82830761f1d2c123f6024b315aea0c0bfbf /arch/arm/Makefile | |
parent | 680b2862bcc7974c87d666529120a1cfe8fe2f8d (diff) |
ARM: Add support for the LPC32XX arch
Add LPC32XX support in arch/arm/Kconfig and arch/arm/Makefile
Signed-off-by: Kevin Wells <wellsk40@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 64ba313724d2..6a612c5483ce 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -142,6 +142,7 @@ machine-$(CONFIG_ARCH_KS8695) := ks8695 machine-$(CONFIG_ARCH_L7200) := l7200 machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x machine-$(CONFIG_ARCH_LOKI) := loki +machine-$(CONFIG_ARCH_LPC32XX) := lpc32xx machine-$(CONFIG_ARCH_MMP) := mmp machine-$(CONFIG_ARCH_MSM) := msm machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 |