diff options
author | Olof Johansson <olof@lixom.net> | 2012-04-14 22:17:47 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-04-14 22:17:47 -0700 |
commit | 17d2f847e6aa1181024cb881fdc6cbad18f11b04 (patch) | |
tree | d6a1c35140a566a3b4bdf032b597cf96f5758e95 /arch/arm/common/Makefile | |
parent | 0034102808e0dbbf3a2394b82b1bb40b5778de9e (diff) | |
parent | c65f2abf54a6d07260f1fa64773154e1d7047961 (diff) |
Merge branch 'ixp2xxx/removal' into next/cleanup
* ixp2xxx/removal:
ARM: remove ixp23xx and ixp2000 platforms
Diffstat (limited to 'arch/arm/common/Makefile')
-rw-r--r-- | arch/arm/common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile index 215816f1775..e8a4e58f1b8 100644 --- a/arch/arm/common/Makefile +++ b/arch/arm/common/Makefile @@ -11,7 +11,5 @@ obj-$(CONFIG_DMABOUNCE) += dmabounce.o obj-$(CONFIG_SHARP_LOCOMO) += locomo.o obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o obj-$(CONFIG_SHARP_SCOOP) += scoop.o -obj-$(CONFIG_ARCH_IXP2000) += uengine.o -obj-$(CONFIG_ARCH_IXP23XX) += uengine.o obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o |