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