09c0e2a4c0
MFC after: 3 days
14 lines
321 B
Makefile
14 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata ${.CURDIR}/../../../${MACHINE}/${MACHINE}
|
|
|
|
KMOD= atadisk
|
|
SRCS= ata-disk.c ${ata_machdep}
|
|
SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
|
|
|
|
.if exists(${.CURDIR}/../../../${MACHINE}/${MACHINE}/ata_machdep.c)
|
|
ata_machdep= ata_machdep.c
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|