summaryrefslogtreecommitdiffstats
path: root/sys/modules/mlx
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-12 21:00:42 +0000
committerpeter <peter@FreeBSD.org>1999-12-12 21:00:42 +0000
commit7c659564ce5aff11b857f517528d77a68cd8e228 (patch)
treefacc314a7a3b3ed2687d07829e254d3e9d306948 /sys/modules/mlx
parent4a19a65dcf6f3dbb21ee7fdf66ee6e2a5102815c (diff)
downloadFreeBSD-src-7c659564ce5aff11b857f517528d77a68cd8e228.zip
FreeBSD-src-7c659564ce5aff11b857f517528d77a68cd8e228.tar.gz
Move mlx from x86-only to generic. It builds on the Alpha and is in the
common conf/files for the main kernel..
Diffstat (limited to 'sys/modules/mlx')
-rw-r--r--sys/modules/mlx/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/mlx/Makefile b/sys/modules/mlx/Makefile
index ab142b1..274d857 100644
--- a/sys/modules/mlx/Makefile
+++ b/sys/modules/mlx/Makefile
@@ -3,10 +3,6 @@
.PATH: ${.CURDIR}/../../dev/mlx
KMOD = mlx
SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
-CLEANFILES = mlx.h
CFLAGS += ${DEBUG_FLAGS}
-mlx.h:
- echo "#define NMLX 1" > mlx.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud