summaryrefslogtreecommitdiffstats
path: root/sys/modules/puc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-07-03 01:50:26 +0000
committerimp <imp@FreeBSD.org>2015-07-03 01:50:26 +0000
commitc87b25b2aee2d801db357c84a87615abb19eb991 (patch)
tree9febe357eccabb1730a0eeb9c005444d457a9b5f /sys/modules/puc
parent49665ccf8436f3b237a1238ba6d27222ff11f628 (diff)
downloadFreeBSD-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/puc')
-rw-r--r--sys/modules/puc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/puc/Makefile b/sys/modules/puc/Makefile
index 2b0fbfc..628a3b6 100644
--- a/sys/modules/puc/Makefile
+++ b/sys/modules/puc/Makefile
@@ -8,7 +8,4 @@ SRCS= puc.c puc_cfg.c puc_pci.c puc_pccard.c pucdata.c
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h \
card_if.h pci_if.h
-MFILES= kern/bus_if.m kern/device_if.m kern/serdev_if.m \
- dev/pccard/card_if.m dev/pci/pci_if.m
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud