summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/txp/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 59d3d67..407b42a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -78,6 +78,7 @@ SUBDIR= 3dfx \
tl \
twe \
tx \
+ txp \
udbp \
ugen \
uhid \
diff --git a/sys/modules/txp/Makefile b/sys/modules/txp/Makefile
new file mode 100644
index 0000000..adc6625
--- /dev/null
+++ b/sys/modules/txp/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/txp
+
+KMOD= if_txp
+SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES= vlan.h
+
+vlan.h:
+ touch vlan.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud