minix3/drivers/storage/ahci/Makefile

9 lines
232 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# 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>