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>