PERFORCE change 177424 for review

Alexander Motin mav at FreeBSD.org
Wed Apr 28 07:03:08 UTC 2010


http://p4web.freebsd.org/@@177424?ac=10

Change 177424 by mav at mav_mavtest on 2010/04/28 07:02:58

	Forgotten Makefile commit.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/modules/mvs/Makefile#2 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/modules/mvs/Makefile#2 (text+ko) ====

@@ -3,6 +3,8 @@
 .PATH: ${.CURDIR}/../../dev/mvs
 
 KMOD=	mvs
-SRCS=	mvs.c mvs.h device_if.h bus_if.h pci_if.h opt_cam.h
+SRCS=	mvs.c mvs_pci.c mvs.h 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
 
 .include <bsd.kmod.mk>


More information about the p4-projects mailing list