Build a gem module, for sparc64 only for now.

This commit is contained in:
Thomas Moestl 2003-01-08 20:40:29 +00:00
parent cbbdf2367e
commit 28d187c626
2 changed files with 10 additions and 1 deletions

View File

@ -267,7 +267,8 @@ SUBDIR+=linprocfs \
.endif
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR+=if_hme
SUBDIR+=if_hme \
gem
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)

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

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