summaryrefslogtreecommitdiffstats
path: root/sys/modules/xl
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-20 06:11:48 +0000
committerobrien <obrien@FreeBSD.org>1999-09-20 06:11:48 +0000
commit0b061e57c0ac385183b23eef6214ba486b782785 (patch)
tree25cfc7f3590028918f4108bcd0ef251d6aa49df7 /sys/modules/xl
parentd65af66bfe8923c6345f7415d0086674f3b7d590 (diff)
downloadFreeBSD-src-0b061e57c0ac385183b23eef6214ba486b782785.zip
FreeBSD-src-0b061e57c0ac385183b23eef6214ba486b782785.tar.gz
Change the name of the installed KLM to contain a leading "if_".
Except for miibus which is now installed as miibus.ko. Discussed by: msmith, peter, and wpaul
Diffstat (limited to 'sys/modules/xl')
-rw-r--r--sys/modules/xl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile
index 35b7f07..e33d36d 100644
--- a/sys/modules/xl/Makefile
+++ b/sys/modules/xl/Makefile
@@ -2,12 +2,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
-KMOD = xl
+KMOD = if_xl
SRCS = if_xl.c xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
CLEANFILES += xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
+KMODDEPS = miibus
xl.h:
echo "#define NXL 1" > xl.h
OpenPOWER on IntegriCloud