mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
bd152b095e
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 lines
346 B
Makefile
14 lines
346 B
Makefile
#
|
|
# 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
|