Hook the gx module up to the build.

This commit is contained in:
Jonathan Lemon 2001-10-19 02:21:16 +00:00
parent 109362e442
commit f8a984ed0d
2 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,7 @@ SUBDIR= 3dfx \
fdc \
fs \
fxp \
gx \
if_disc \
if_ef \
if_gif \

8
sys/modules/gx/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/gx
KMOD= if_gx
SRCS= if_gx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>