mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
7034228792
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
15 lines
345 B
Makefile
15 lines
345 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
|