diff options
author | peter <peter@FreeBSD.org> | 1999-12-12 21:00:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-12 21:00:42 +0000 |
commit | 7c659564ce5aff11b857f517528d77a68cd8e228 (patch) | |
tree | facc314a7a3b3ed2687d07829e254d3e9d306948 /sys/modules/mlx | |
parent | 4a19a65dcf6f3dbb21ee7fdf66ee6e2a5102815c (diff) | |
download | FreeBSD-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/Makefile | 4 |
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> |