1181467Sphilip# $FreeBSD: releng/10.3/sys/modules/glxsb/Makefile 181467 2008-08-09 14:52:31Z philip $
2181467Sphilip
3181467Sphilip.PATH:	${.CURDIR}/../../dev/glxsb
4181467SphilipKMOD	= glxsb
5181467SphilipSRCS	= glxsb.c glxsb_hash.c glxsb.h 
6181467SphilipSRCS   += device_if.h pci_if.h bus_if.h
7181467SphilipSRCS   += opt_bus.h cryptodev_if.h
8181467Sphilip
9181467Sphilip.include <bsd.kmod.mk>
10