tools/llvm: Do not build with symbols
[minix3.git] / minix / drivers / bus / pci / Makefile
blob50af8a580656e6fcce5f4125e859036d1382ebc7
1 # Makefile for PCI support
2 PROG= pci
3 SRCS= main.c pci.c pci_table.c
5 DPADD+= ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -lsys -ltimers
8 .include <minix.service.mk>