436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
12 lines
215 B
Makefile
12 lines
215 B
Makefile
# Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
|
|
PROG= ti1225
|
|
SRCS= ti1225.c
|
|
|
|
DPADD+= ${LIBSYS} ${LIBTIMERS}
|
|
LDADD+= -lsys -ltimers
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <minix.prog.mk>
|