]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ata/atacore/Makefile
MFV r353630: 10809 Performance optimization of AVL tree comparator functions
[FreeBSD/FreeBSD.git] / sys / modules / ata / atacore / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/ata
4
5 KMOD=   ata
6 SRCS=   ata-all.c ata_if.c ata-lowlevel.c
7 SRCS+=  ata_if.h bus_if.h device_if.h opt_cam.h pci_if.h
8
9 .include <bsd.kmod.mk>