xserver-multidpi/hw/kdrive/Makefile.am
Eric Anholt 9cdd6fd9e3 - Add fbdev mode-setting backend to Xati. It and vesa are compiled in when
available, with fbdev being used by default.
- Use depth 16 by default when vesa backend is used.
- Add MMIO defines for PowerPC (should be in a common location).
Many thanks for Michel Daenzer for much of this code.
2003-12-01 04:33:36 +00:00

15 lines
191 B
Makefile

if KDRIVEVESA
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
endif
if KDRIVEFBDEV
FBDEV_SUBDIRS = fbdev
endif
SUBDIRS = \
src \
linux \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS) \
ati