d2ce15bd43
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
179 B
Makefile
10 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
|
|
|
KMOD= ata
|
|
SRCS= ata-all.c ata_if.c ata-lowlevel.c
|
|
SRCS+= ata_if.h bus_if.h device_if.h opt_cam.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|