tools/llvm: Do not build with symbols
[minix3.git] / minix / drivers / bus / ti1225 / Makefile
blobe1c1a11d09e490ef23b077ab7a8042d4f5f23d97
1 # Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
2 PROG= ti1225
3 SRCS= ti1225.c
5 DPADD+= ${LIBSYS}
6 LDADD+= -lsys
8 .include <minix.service.mk>