Home | History | Annotate | Line # | Download | only in drivers
Makefile revision 1.21
      1 #	$NetBSD: Makefile,v 1.21 2008/11/11 03:38:00 macallan Exp $
      2 
      3 SUBDIR= \
      4 	xf86-input-keyboard \
      5 	xf86-input-mouse \
      6 	xf86-input-void
      7 
      8 .if ${MACHINE_ARCH} == "i386" || \
      9     ${MACHINE_ARCH} == "x86_64"
     10 SUBDIR+= \
     11 	xf86-input-vmmouse \
     12 	xf86-video-vmware \
     13 	xf86-video-vesa
     14 .endif
     15 
     16 .if ${MACHINE} == "macppc"
     17 SUBDIR+= \
     18 	xf86-video-ati \
     19 	xf86-video-chips \
     20 	xf86-video-imstt \
     21 	xf86-video-mach64 \
     22 	xf86-video-mga \
     23 	xf86-video-nv \
     24 	xf86-video-radeon \
     25 	xf86-video-r128 \
     26 	xf86-video-tdfx \
     27 	xf86-video-wsfb
     28 .elif ${MACHINE} == "sparc64" || ${MACHINE} == "sparc"
     29 SUBDIR+= \
     30 	xf86-video-ag10e \
     31 	xf86-video-ati \
     32 	xf86-video-glint \
     33 	xf86-video-mach64 \
     34 	xf86-video-mga \
     35 	xf86-video-r128 \
     36 	xf86-video-radeon \
     37 	xf86-video-suncg6 \
     38 	xf86-video-sunffb \
     39 	xf86-video-wsfb
     40 .elif ${MACHINE} == "shark"
     41 SUBDIR+= \
     42 	xf86-video-chips \
     43 	xf86-video-wsfb
     44 .elif ${MACHINE} == "sgimips"
     45 SUBDIR+= \
     46 	xf86-video-crime \
     47 	xf86-video-wsfb
     48 #	xf86-video-newport
     49 .else
     50 
     51 SUBDIR+= \
     52 	xf86-video-apm \
     53 	xf86-video-ark \
     54 	xf86-video-ast \
     55 	xf86-video-ati \
     56 	xf86-video-chips \
     57 	xf86-video-cirrus \
     58 	xf86-video-cirrus_alpine \
     59 	xf86-video-cirrus_laguna \
     60 	xf86-video-cyrix \
     61 	xf86-video-glint \
     62 	xf86-video-i128 \
     63 	xf86-video-i740 \
     64 	xf86-video-imstt \
     65 	xf86-video-intel \
     66 	xf86-video-mach64 \
     67 	xf86-video-mga \
     68 	xf86-video-neomagic \
     69 	xf86-video-nsc \
     70 	xf86-video-nv \
     71 	xf86-video-r128 \
     72 	xf86-video-radeon \
     73 	xf86-video-radeonhd \
     74 	xf86-video-s3 \
     75 	xf86-video-s3virge \
     76 	xf86-video-savage \
     77 	xf86-video-siliconmotion \
     78 	xf86-video-sis \
     79 	xf86-video-tdfx \
     80 	xf86-video-tga \
     81 	xf86-video-trident \
     82 	xf86-video-tseng \
     83 	xf86-video-vga \
     84 	xf86-video-via
     85 .endif
     86 
     87 #xf86-video-wsfb
     88 #xf86-video-rendition
     89 
     90 .include <bsd.subdir.mk>
     91