From 5bcdc54d508910b7237eab72618dba4b70439714 Mon Sep 17 00:00:00 2001 From: mav Date: Mon, 17 May 2010 03:51:57 +0000 Subject: Make mvs_if.c to not be always linked statically into the kernel. Link it same way as mvs.c. --- sys/modules/mvs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/mvs/Makefile b/sys/modules/mvs/Makefile index f33a092..00b90de 100644 --- a/sys/modules/mvs/Makefile +++ b/sys/modules/mvs/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/mvs KMOD= mvs -SRCS= mvs.c mvs_pci.c mvs.h mvs_if.h device_if.h bus_if.h pci_if.h opt_cam.h +SRCS= mvs.c mvs_pci.c mvs.h mvs_if.c mvs_if.h device_if.h bus_if.h pci_if.h opt_cam.h MFILES= kern/bus_if.m kern/device_if.m dev/pci/pci_if.m dev/mvs/mvs_if.m -- cgit v1.1