summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-09-24 09:13:54 +0000
committeralex <alex@FreeBSD.org>2000-09-24 09:13:54 +0000
commit0b637591f88135a3ecf862d3a082dbdc61a19add (patch)
tree78839bfd9652ad3580c44f8f38c88a66b158720a /sys/modules
parent02a48c21cc30f9e30553239eb4c6817d5d76341b (diff)
downloadFreeBSD-src-0b637591f88135a3ecf862d3a082dbdc61a19add.zip
FreeBSD-src-0b637591f88135a3ecf862d3a082dbdc61a19add.tar.gz
Add Makefile to build an if_ed kernel module. Works on both, i386 and
alpha. No response from: the world
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ed/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile
new file mode 100644
index 0000000..0131d9f
--- /dev/null
+++ b/sys/modules/ed/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ed
+KMOD = if_ed
+SRCS = if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c
+SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud