diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-04-28 17:58:40 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-04-28 17:58:40 +0000 |
| commit | 67fb10f30cc61e1e29301db356dc81f4d30c3615 (patch) | |
| tree | e7eb8ecbeac13e1920cc206456bd2c0cb1c07ea0 /sys/modules/proto/Makefile | |
| parent | dea1e22600e921296fe000d7e07baa00f9875dd7 (diff) | |
Notes
Diffstat (limited to 'sys/modules/proto/Makefile')
| -rw-r--r-- | sys/modules/proto/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/modules/proto/Makefile b/sys/modules/proto/Makefile new file mode 100644 index 000000000000..4cfbd72a0bdf --- /dev/null +++ b/sys/modules/proto/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/proto + +KMOD= proto +SRCS= \ + proto_bus_pci.c \ + proto_core.c + +SRCS+= \ + bus_if.h \ + device_if.h \ + pci_if.h \ + +MFILES= \ + dev/pci/pci_if.m \ + kern/bus_if.m \ + kern/device_if.m + +.include <bsd.kmod.mk> |
