xref: /freebsd/sys/modules/glxsb/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:	${SRCTOP}/sys/dev/glxsb
2KMOD	= glxsb
3SRCS	= glxsb.c glxsb_hash.c glxsb.h
4SRCS   += device_if.h pci_if.h bus_if.h
5SRCS   += opt_bus.h cryptodev_if.h
6
7.include <bsd.kmod.mk>
8