xref: /openbsd-src/sys/dev/rasops/files.rasops (revision 8386f11dc3df1efa669d9f359e1be4af1f587dcc)
1*8386f11dSfcambus#	$OpenBSD: files.rasops,v 1.7 2016/12/15 19:18:41 fcambus Exp $
2973a746eSnate# 	$NetBSD: files.rasops,v 1.7 2001/01/21 13:50:59 takemura Exp $
3973a746eSnate
4973a746eSnate# Note: `rasops_glue' is only here to force the header file's name
5973a746eSnate#	hence it must be mentioned first (shudder...)
6*8386f11dSfcambusfile	dev/rasops/rasops.c	((rasops_glue | rasops1 | rasops4 | rasops8 |
7*8386f11dSfcambus				  rasops15 | rasops16 | rasops24 | rasops32 |
8*8386f11dSfcambus				  rasops_bswap | rasops_rotation) &
9a2c60493Smiod				 wsdisplay)	needs-flag
10973a746eSnate
11*8386f11dSfcambusfile	dev/rasops/rasops_masks.c  wsdisplay & (rasops1 | rasops4)
1252aee456Smiodfile	dev/rasops/rasops1.c	wsdisplay & rasops1
1352aee456Smiodfile	dev/rasops/rasops4.c	wsdisplay & rasops4
1452aee456Smiodfile	dev/rasops/rasops8.c	wsdisplay & rasops8
1552aee456Smiodfile	dev/rasops/rasops15.c	wsdisplay & (rasops15 | rasops16)
1652aee456Smiodfile	dev/rasops/rasops24.c	wsdisplay & rasops24
1752aee456Smiodfile	dev/rasops/rasops32.c	wsdisplay & rasops32
18