freebsd_amp_hwpstate/sys/modules/vesa/Makefile

20 lines
382 B
Makefile

# $Id: Makefile,v 1.2 1998/09/15 20:14:11 sos Exp $
.PATH: ${.CURDIR}/../../i386/isa
KMOD = vesa
SRCS = vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h
NOMAN =
CFLAGS += -DVESA_MODULE
CLEANFILES += sc.h opt_vesa.h opt_vm86.h
sc.h:
echo "#define NSC 1" > sc.h
opt_vesa.h:
echo "#define VESA 1" > opt_vesa.h
opt_vm86.h:
echo "#define VM86 1" > opt_vm86.h
.include <bsd.kmod.mk>