aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/proto/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-07-04 21:50:39 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-07-04 21:50:39 +0000
commit4cd9b24e478b38e4e497f3ab98e09d6a00a5390d (patch)
tree37590f5c697f4198fdddec33c58aefdef0a5f485 /sys/modules/proto/Makefile
parent1c3bbb013d1242432bd8d1f7821f987894214710 (diff)
parentaaa7cbfe1a437c726deff38c3903786d9249af6a (diff)
Notes
Diffstat (limited to 'sys/modules/proto/Makefile')
-rw-r--r--sys/modules/proto/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/modules/proto/Makefile b/sys/modules/proto/Makefile
index 3038c77f2f212..80a0050c1c9f3 100644
--- a/sys/modules/proto/Makefile
+++ b/sys/modules/proto/Makefile
@@ -4,6 +4,7 @@
KMOD= proto
SRCS= \
+ proto_bus_isa.c \
proto_bus_pci.c \
proto_busdma.c \
proto_core.c
@@ -11,11 +12,7 @@ SRCS= \
SRCS+= \
bus_if.h \
device_if.h \
- pci_if.h \
-
-MFILES= \
- dev/pci/pci_if.m \
- kern/bus_if.m \
- kern/device_if.m
+ isa_if.h \
+ pci_if.h
.include <bsd.kmod.mk>