minix3/drivers/bus/pci/Makefile

9 lines
152 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for PCI support
PROG= pci
SRCS= main.c pci.c pci_table.c
DPADD+= ${LIBSYS} ${LIBTIMERS}
LDADD+= -lsys -ltimers
.include <minix.service.mk>