diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-06-24 16:41:31 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-06-24 16:41:31 +0200 |
commit | c9c6fe5033191d82e1d819105485c795062107fd (patch) | |
tree | 87232f9ed53a239651dad39fa736f6b660beb666 /arch/arm/mach-l7200/Makefile | |
parent | Linux 2.6.35-rc3 (diff) | |
download | linux-c9c6fe5033191d82e1d819105485c795062107fd.tar.xz linux-c9c6fe5033191d82e1d819105485c795062107fd.zip |
ARM: Remove support for LinkUp Systems L7200 SDP.
This hasn't been actively maintained for a long time, only receiving
the occasional build update when things break. I doubt anyone has
one of these on their desks anymore.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-l7200/Makefile')
-rw-r--r-- | arch/arm/mach-l7200/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-l7200/Makefile b/arch/arm/mach-l7200/Makefile deleted file mode 100644 index 4bd8ebd70e7b..000000000000 --- a/arch/arm/mach-l7200/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# Makefile for the linux kernel. -# - -# Object file lists. - -obj-y := core.o -obj-m := -obj-n := -obj- := - |