diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 22:05:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 22:05:40 -0400 |
commit | 63a93699c6a58795b854ff573542a08367684dae (patch) | |
tree | 057ab4cbde66862c51867dde030be69a2fa7073f /arch/arm/Makefile | |
parent | 16d8775700f1815076f879719ce14b33f50a3171 (diff) | |
parent | 21bd6d37cf23e643020bf28b41844ff0040c9393 (diff) |
Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm:
ARM: 6629/2: aaec2000: remove support for mach-aaec2000
ARM: lh7a40x: remove unmaintained platform support
Fix up trivial conflicts in
- arch/arm/mach-{aaec2000,lh7a40x}/include/mach/memory.h (removed)
- drivers/usb/gadget/Kconfig (USB_[GADGET_]LH7A40X removed, others added)
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 1e20c414d5c..5c7114bb8a2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -131,7 +131,6 @@ endif | |||
131 | 131 | ||
132 | # Machine directory name. This list is sorted alphanumerically | 132 | # Machine directory name. This list is sorted alphanumerically |
133 | # by CONFIG_* macro name. | 133 | # by CONFIG_* macro name. |
134 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 | ||
135 | machine-$(CONFIG_ARCH_AT91) := at91 | 134 | machine-$(CONFIG_ARCH_AT91) := at91 |
136 | machine-$(CONFIG_ARCH_BCMRING) := bcmring | 135 | machine-$(CONFIG_ARCH_BCMRING) := bcmring |
137 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x | 136 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x |
@@ -151,7 +150,6 @@ machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx | |||
151 | machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx | 150 | machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx |
152 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood | 151 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood |
153 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 152 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
154 | machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x | ||
155 | machine-$(CONFIG_ARCH_LOKI) := loki | 153 | machine-$(CONFIG_ARCH_LOKI) := loki |
156 | machine-$(CONFIG_ARCH_LPC32XX) := lpc32xx | 154 | machine-$(CONFIG_ARCH_LPC32XX) := lpc32xx |
157 | machine-$(CONFIG_ARCH_MMP) := mmp | 155 | machine-$(CONFIG_ARCH_MMP) := mmp |