aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/puc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-07-03 01:50:26 +0000
committerWarner Losh <imp@FreeBSD.org>2015-07-03 01:50:26 +0000
commit12f05b84463baacfada5a79eaed061a4899d98aa (patch)
tree9febe357eccabb1730a0eeb9c005444d457a9b5f /sys/modules/puc
parente2a78b00082f50078ea0ae03d1f719a212fca41f (diff)
Notes
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 2b0fbfc9655b..628a3b63daa4 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>