xserver-multidpi/hw/kdrive/Makefile.am
Eric Anholt 7abbcce422 - Add PCI information (device/vendor id, bus location) to KdCardAttr to
help with ati, and future DRM drivers.
- Add new "ati" kdrive driver. It has ancestry in the r128 driver from
    andersca, but took a detour through being the WIP SiS 300 driver on the
    way. It supports Radeons (tested on QD VIVO and 7500) and Rage 128.
    Current limitations include that it requires depth 16 and that the
    other Rage 128 PCI IDs aren't included yet.
2003-11-19 08:32:38 +00:00

11 lines
127 B
Makefile

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