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