Expand PMF_FN_* macros.
[netbsd-mini2440.git] / x11 / Xserver / hw / xfree86 / drivers / Makefile
blobf10ecc48f2c3214d0a6e242e25d6c72493eb730d
1 # $NetBSD: Makefile,v 1.22 2008/03/08 10:38:59 phx Exp $
3 SUBDIR= ati atimisc chips fbdev glint imstt mga nv r128 radeon \
4 s3 s3virge savage sis tdfx trident wsfb
6 .if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "sparc"
7 SUBDIR+= vga
8 .endif
10 .if ${MACHINE_ARCH} == "i386"
11 SUBDIR+= i740 i810 neomagic via vmware
12 .endif
14 .if ${MACHINE} != "macppc" && ${MACHINE} != "sgimips" && ${MACHINE} != "ofppc"
15 SUBDIR+= apm ark cirrus cyrix dummy i128 nsc \
16 rendition siliconmotion tga tseng vesa
17 .endif
19 .if ${MACHINE} == "netwinder"
20 SUBDIR= dummy fbdev vesa vga wsfb
21 .endif
23 .if ${MACHINE} == "sgimips"
24 SUBDIR= newport wsfb
25 .endif
27 .if ${MACHINE_ARCH} == "sparc64"
28 SUBDIR= sunffb sunleo suncg6 suncg3 suncg14 suntcx sunbw2 ati atimisc \
29 r128 radeon glint wsfb
30 .endif
32 .if ${MACHINE_ARCH} == "sparc"
33 SUBDIR= sunleo suncg6 suncg3 suncg14 suntcx sunbw2 pnozz ati atimisc \
34 r128 radeon wsfb sunffb ag10e
35 .endif
37 .if ${MACHINE} == "shark"
38 SUBDIR= chips wsfb
39 .endif
41 .include <bsd.subdir.mk>