diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 14:37:24 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-09 18:05:57 +0200 |
commit | 1ce4530cce233edd99d66a9fcdea20c86e8536c0 (patch) | |
tree | 54a016aa20d7977947bc0679c28b1dcc22200a21 /arch/mips/emma/Makefile | |
parent | MIPS: Remove PMC MSP71xx platform (diff) | |
download | linux-1ce4530cce233edd99d66a9fcdea20c86e8536c0.tar.xz linux-1ce4530cce233edd99d66a9fcdea20c86e8536c0.zip |
MIPS: Remove NEC MARKEINS/EMMA
No (active) developer owns this hardware, so let's remove Linux support.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/emma/Makefile')
-rw-r--r-- | arch/mips/emma/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/emma/Makefile b/arch/mips/emma/Makefile deleted file mode 100644 index bc03082064ca..000000000000 --- a/arch/mips/emma/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_SOC_EMMA2RH) += common/ - -# -# NEC EMMA2RH Mark-eins -# -obj-$(CONFIG_NEC_MARKEINS) += markeins/ |