Move mlx from x86-only to generic. It builds on the Alpha and is in the

common conf/files for the main kernel..
This commit is contained in:
Peter Wemm 1999-12-12 21:00:42 +00:00
parent 72c10febd0
commit 7a377dc1b6

View File

@ -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>