summaryrefslogtreecommitdiffstats
path: root/arch/mips/lasat/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-04-20 14:22:29 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-05-09 18:05:45 +0200
commit10760dde9be317a1abb426b2db9d6a698086cac9 (patch)
tree57bf23be54845a1bb20f74a587dca02da7d85158 /arch/mips/lasat/Makefile
parentc4ad6ea9574bfa29ca00ddf6b6b1508ec344ff45 (diff)
downloadlinux-10760dde9be317a1abb426b2db9d6a698086cac9.tar.bz2
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/Makefile15
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