minix/drivers/ahci/Makefile

13 lines
207 B
Makefile
Raw Normal View History

2010-08-05 18:37:58 +02:00
# Makefile for the Advanced Host Controller Interface driver (AHCI)
PROG= ahci
SRCS= ahci.c
DPADD+= ${LIBDRIVER} ${LIBSYS}
LDADD+= -ldriver -lsys -ltimers
MAN=
BINDIR?= /sbin
2011-07-09 15:04:42 +02:00
.include <minix.service.mk>