summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bge/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/bge/Makefile b/sys/modules/bge/Makefile
index fa6e3fe..f8ebf42 100644
--- a/sys/modules/bge/Makefile
+++ b/sys/modules/bge/Makefile
@@ -5,4 +5,8 @@
KMOD= if_bge
SRCS= if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
+.if ${MACHINE_ARCH} == sparc64
+SRCS+= ofw_bus_if.h
+.endif
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud