Build a gem module, for sparc64 only for now.
This commit is contained in:
parent
cbbdf2367e
commit
28d187c626
@ -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
8
sys/modules/gem/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user