mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-01 17:38:20 +02:00
25 lines
374 B
Makefile
25 lines
374 B
Makefile
if KDRIVEVESA
|
|
VESA_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
|
|
smi via
|
|
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) \
|
|
fake
|