summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-09-28 07:26:00 +0000
committermarkm <markm@FreeBSD.org>2004-09-28 07:26:00 +0000
commitbacab2b870d9046ecdf7466c72dbba843868fe6d (patch)
tree259f6e7e3dc39fe3c249f17ea3616b0c0bad4a96 /sys
parent19102a399d0333614a32b164f589af2710d33263 (diff)
downloadFreeBSD-src-bacab2b870d9046ecdf7466c72dbba843868fe6d.zip
FreeBSD-src-bacab2b870d9046ecdf7466c72dbba843868fe6d.tar.gz
Add the memrange bits to the loadable module.
MT5 after: 3 days
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/mem/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/mem/Makefile b/sys/modules/mem/Makefile
index 75d89e3..60747db 100644
--- a/sys/modules/mem/Makefile
+++ b/sys/modules/mem/Makefile
@@ -8,6 +8,12 @@ SRCS= memdev.c mem.c
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
SRCS+= memutil.c
.endif
+.if ${MACHINE_ARCH} == "i386"
+SRCS+= i686_mem.c k6_mem.c
+.endif
+.if ${MACHINE_ARCH} == "amd64"
+SRCS+= amd64_mem.c
+.endif
SRCS+= bus_if.h device_if.h vnode_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud