summaryrefslogtreecommitdiffstats
path: root/sys/modules/xl
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-07-23 05:48:01 +0000
committerwpaul <wpaul@FreeBSD.org>1999-07-23 05:48:01 +0000
commit985cd025a1a6c62bd5cf58fb87f3d8d942351d35 (patch)
treecb6b66999979cc9d4402da8d2fb998f1a868daf6 /sys/modules/xl
parent4111d3ca7f1fd2ce8c1b0094b667acbe01599aea (diff)
downloadFreeBSD-src-985cd025a1a6c62bd5cf58fb87f3d8d942351d35.zip
FreeBSD-src-985cd025a1a6c62bd5cf58fb87f3d8d942351d35.tar.gz
Create module directories for the xl, ti, tl and sk drivers and add
them to the Makefile so that modules will be generated for /modules.
Diffstat (limited to 'sys/modules/xl')
-rw-r--r--sys/modules/xl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile
new file mode 100644
index 0000000..d065849
--- /dev/null
+++ b/sys/modules/xl/Makefile
@@ -0,0 +1,28 @@
+# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $
+
+S = ${.CURDIR}/../..
+.PATH: $S/pci
+KMOD = xl
+SRCS = if_xl.c xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CFLAGS += ${DEBUG_FLAGS}
+
+xl.h:
+ echo "#define NFXP 1" > xl.h
+
+bpf.h:
+ echo "#define NBPF 1" > bpf.h
+
+opt_bdg.h:
+ touch opt_bdg.h
+
+device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/device_if.m
+
+bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
+
+pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m
+ perl $S/kern/makedevops.pl -h $S/pci/pci_if.m
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud