diff options
author | imp <imp@FreeBSD.org> | 2015-07-03 01:50:26 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-07-03 01:50:26 +0000 |
commit | c87b25b2aee2d801db357c84a87615abb19eb991 (patch) | |
tree | 9febe357eccabb1730a0eeb9c005444d457a9b5f /sys/modules/mvs/Makefile | |
parent | 49665ccf8436f3b237a1238ba6d27222ff11f628 (diff) | |
download | FreeBSD-src-c87b25b2aee2d801db357c84a87615abb19eb991.zip FreeBSD-src-c87b25b2aee2d801db357c84a87615abb19eb991.tar.gz |
Kill MFILES and find things automatically. It turned out to be only
lightly used. Find the proper .m file when we depend on *_if.[ch] in
the srcs line, with seat-belts for false positive matches. This uses
make's path mechanism. A further refinement would be to calculate this
once, and then pass the resulting _MPATH to modules submakes.
Differential Revision: https://reviews.freebsd.org/D2327
Diffstat (limited to 'sys/modules/mvs/Makefile')
-rw-r--r-- | sys/modules/mvs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/mvs/Makefile b/sys/modules/mvs/Makefile index 00b90de..5931492 100644 --- a/sys/modules/mvs/Makefile +++ b/sys/modules/mvs/Makefile @@ -5,6 +5,4 @@ KMOD= mvs 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 - .include <bsd.kmod.mk> |