summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/files.rasops
blob: 3b286ce22cc8e1b9392c9472920641791da293b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: files.rasops,v 1.7 2016/12/15 19:18:41 fcambus Exp $
# 	$NetBSD: files.rasops,v 1.7 2001/01/21 13:50:59 takemura Exp $

# Note: `rasops_glue' is only here to force the header file's name
#	hence it must be mentioned first (shudder...)
file	dev/rasops/rasops.c	((rasops_glue | rasops1 | rasops4 | rasops8 |
				  rasops15 | rasops16 | rasops24 | rasops32 |
				  rasops_bswap | rasops_rotation) &
				 wsdisplay)	needs-flag

file	dev/rasops/rasops_masks.c  wsdisplay & (rasops1 | rasops4)
file	dev/rasops/rasops1.c	wsdisplay & rasops1
file	dev/rasops/rasops4.c	wsdisplay & rasops4
file	dev/rasops/rasops8.c	wsdisplay & rasops8
file	dev/rasops/rasops15.c	wsdisplay & (rasops15 | rasops16)
file	dev/rasops/rasops24.c	wsdisplay & rasops24
file	dev/rasops/rasops32.c	wsdisplay & rasops32