aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/mx')
-rw-r--r--sys/modules/mx/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/mx/Makefile b/sys/modules/mx/Makefile
index a44c6f2d7dad6..8cbcad59dd28c 100644
--- a/sys/modules/mx/Makefile
+++ b/sys/modules/mx/Makefile
@@ -3,13 +3,10 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_mx
-SRCS = if_mx.c mx.h opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += mx.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_mx.c opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
-mx.h:
- echo "#define NMX 1" > mx.h
-
opt_bdg.h:
touch opt_bdg.h