]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/amd/Makefile
This commit was generated by cvs2svn to compensate for changes in r170349,
[FreeBSD/FreeBSD.git] / sys / modules / amd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/amd
4
5 KMOD=   amd
6 SRCS=   amd.c
7 SRCS+=  opt_scsi.h opt_cam.h
8 SRCS+=  device_if.h bus_if.h pci_if.h
9
10 .include <bsd.kmod.mk>