769bdd48e6
option left but actually consumed by ada(4), so move it to opt_ada.h and get rid of opt_ata.h. - Fix stand-alone build of atacore(4) by adding opt_cam.h. - Use __FBSDID. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers.
10 lines
164 B
Makefile
10 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
|
|
|
KMOD= atacard
|
|
SRCS= ata-card.c
|
|
SRCS+= ata_if.h bus_if.h card_if.h device_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|