blob: d2907bb6274498e00b9810a0189f639c8921666c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# none of this works yet. fbdev, ephyr, and the hardware servers all rely
# on miext/shadow/ changes we haven't brought over yet, and sdl relies on
# some detection-fu that hasn't been ported.
if KDRIVEVESA
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips pm2 via neomagic
endif
if KDRIVEFBDEV
FBDEV_SUBDIRS = fbdev
endif
if XSDLSERVER
XSDL_SUBDIRS=sdl
endif
if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
SUBDIRS = \
src \
linux \
$(XSDL_SUBDIRS) \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS) \
$(XEPHYR_SUBDIRS) \
ati \
fake \
ephyr \
i810 \
epson
|