From bacab2b870d9046ecdf7466c72dbba843868fe6d Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 28 Sep 2004 07:26:00 +0000 Subject: Add the memrange bits to the loadable module. MT5 after: 3 days --- sys/modules/mem/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys') 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 -- cgit v1.1