diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 05:44:31 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-07-18 17:04:43 +0200 |
commit | c8b7d43b6d539218c36f0ac8a6ad434b93195703 (patch) | |
tree | 5e84acb8215d86838f176e44ac74cf34f845701d /arch/arm/mach-loki/Makefile | |
parent | ARM: mach-s3c2400: delete (diff) | |
download | linux-c8b7d43b6d539218c36f0ac8a6ad434b93195703.tar.xz linux-c8b7d43b6d539218c36f0ac8a6ad434b93195703.zip |
ARM: mach-loki: delete
This was introduced more than 3 years ago, and since then only generic
janitorial changes were made without further addition of actual support
for "real" devices. This is therefore a cost with no benefits to keep
in the tree. If someone wishes to revive this code, it is always
possible to retrieve it from the Git repository.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
CC: Ke Wei <kewei@marvell.com>
CC: Saeed Bishara <saeed@marvell.com>
CC: Lennert Buytenhek <buytenh@wantstofly.org>
Diffstat (limited to 'arch/arm/mach-loki/Makefile')
-rw-r--r-- | arch/arm/mach-loki/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-loki/Makefile b/arch/arm/mach-loki/Makefile deleted file mode 100644 index d43233ee590f..000000000000 --- a/arch/arm/mach-loki/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -obj-y += common.o addr-map.o irq.o - -obj-$(CONFIG_MACH_LB88RC8480) += lb88rc8480-setup.o |