minix/drivers/ahci/Makefile
David van Moolenbroek 16f2eb25f4 AHCI driver
2010-08-05 16:37:58 +00:00

13 lines
202 B
Makefile

# Makefile for the Advanced Host Controller Interface driver (AHCI)
PROG= ahci
SRCS= ahci.c
DPADD+= ${LIBDRIVER} ${LIBSYS}
LDADD+= -ldriver -lsys -ltimers
MAN=
BINDIR?= /sbin
.include <bsd.prog.mk>