diff options
author | Marek Vasut <marex@denx.de> | 2014-01-28 00:14:28 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-02-06 02:51:52 +0100 |
commit | c8d4b2f8266fac1bcbf9101838939054b8a23011 (patch) | |
tree | 124482ecafadaa8111dd4c6f4f0255ab78b4b934 /arch/arm/cpu/ixp/Makefile | |
parent | e317de6b083adee81187fe1bba8b2fdf0ac983e7 (diff) |
ARM: IXP: Remove the IXP architecture support
The architecture is unmaintained and dead, remove it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Michael Schwingen <michael@schwingen.org>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/ixp/Makefile')
-rw-r--r-- | arch/arm/cpu/ixp/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/cpu/ixp/Makefile b/arch/arm/cpu/ixp/Makefile deleted file mode 100644 index 4e66523c03..0000000000 --- a/arch/arm/cpu/ixp/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -extra-y = start.o - -obj-y += cpu.o -obj-$(CONFIG_USE_IRQ) += interrupts.o -obj-y += timer.o |