License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / mips / lasat / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1f21d2bd
BM
2#
3# Makefile for the LASAT specific kernel interface routines under Linux.
4#
5
70342287 6obj-y += reset.o setup.o prom.o lasat_board.o \
1f21d2bd
BM
7 at93c.o interrupt.o serial.o
8
9obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o
10obj-$(CONFIG_DS1603) += ds1603.o
11obj-$(CONFIG_PICVUE) += picvue.o
12obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o
13
14clean:
15 make -C image clean