summaryrefslogtreecommitdiff
path: root/minix/drivers/storage/ahci/Makefile
blob: 6876159137e653ca0a8c583b47057f110f8ddd83 (plain)
1
2
3
4
5
6
7
8
# Makefile for the Advanced Host Controller Interface driver (AHCI)
PROG=	ahci
SRCS=	ahci.c

DPADD+=	${LIBBLOCKDRIVER} ${LIBSYS} ${LIBTIMERS} ${LIBMTHREAD}
LDADD+=	-lblockdriver -lsys -ltimers -lmthread

.include <minix.service.mk>