diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 15:22:29 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-09 19:05:45 +0300 |
commit | 10760dde9be317a1abb426b2db9d6a698086cac9 (patch) | |
tree | 57bf23be54845a1bb20f74a587dca02da7d85158 /arch/mips/lasat/Makefile | |
parent | c4ad6ea9574bfa29ca00ddf6b6b1508ec344ff45 (diff) | |
download | linux-10760dde9be317a1abb426b2db9d6a698086cac9.tar.xz |
MIPS: Remove support for LASAT
All LASAT has probably gone bad, so let's remove Linux support.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/lasat/Makefile')
-rw-r--r-- | arch/mips/lasat/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/mips/lasat/Makefile b/arch/mips/lasat/Makefile deleted file mode 100644 index 1789b227ef20..000000000000 --- a/arch/mips/lasat/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# -# Makefile for the LASAT specific kernel interface routines under Linux. -# - -obj-y += reset.o setup.o prom.o lasat_board.o \ - at93c.o interrupt.o serial.o - -obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o -obj-$(CONFIG_DS1603) += ds1603.o -obj-$(CONFIG_PICVUE) += picvue.o -obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o - -clean: - make -C image clean |