blob: 869bd3b37c17e0be329a7d6673ff463e8e6691d6 [file] [log] [blame]
Brian Murphy1f21d2b2007-08-21 22:34:16 +02001#
2# Makefile for the LASAT specific kernel interface routines under Linux.
3#
4
Ralf Baechle70342282013-01-22 12:59:30 +01005obj-y += reset.o setup.o prom.o lasat_board.o \
Brian Murphy1f21d2b2007-08-21 22:34:16 +02006 at93c.o interrupt.o serial.o
7
8obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o
9obj-$(CONFIG_DS1603) += ds1603.o
10obj-$(CONFIG_PICVUE) += picvue.o
11obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o
12
13clean:
14 make -C image clean