blob: 1789b227ef204603e101e020947197e43f1dfa35 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Brian Murphy1f21d2b2007-08-21 22:34:16 +02002#
3# Makefile for the LASAT specific kernel interface routines under Linux.
4#
5
Ralf Baechle70342282013-01-22 12:59:30 +01006obj-y += reset.o setup.o prom.o lasat_board.o \
Brian Murphy1f21d2b2007-08-21 22:34:16 +02007 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