summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa/Makefile
blob: adf66ba0480741c0ad8adb3d329f457077b8f262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$Id: $

.PATH:	${.CURDIR}/../../../sys/i386/isa
KMOD	=	vesa_mod
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>
OpenPOWER on IntegriCloud