You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
348 B
14 lines
348 B
#
|
|
# 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 lasatIRQ.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
|
|
|