kernel: vm kernel call can't suspend
[minix.git] / drivers / pci / Makefile
blob5b4e30396409ceef6b37ce0bc38a56fdc52622bb
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 MAN=
10 BINDIR?= /usr/sbin
12 .include <minix.service.mk>