Hook the gx module up to the build.
This commit is contained in:
parent
109362e442
commit
f8a984ed0d
@ -28,6 +28,7 @@ SUBDIR= 3dfx \
|
||||
fdc \
|
||||
fs \
|
||||
fxp \
|
||||
gx \
|
||||
if_disc \
|
||||
if_ef \
|
||||
if_gif \
|
||||
|
8
sys/modules/gx/Makefile
Normal file
8
sys/modules/gx/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user