summaryrefslogtreecommitdiff
path: root/hw/kdrive/Makefile.am
blob: cb6e95d2b0a73ac57cea58840c7bd1c99a0e2bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if KDRIVEVESA
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips
endif

if KDRIVEFBDEV
FBDEV_SUBDIRS = fbdev
endif

if XSDLSERVER
XSDL_SUBDIRS=sdl
endif

SUBDIRS =			\
	src			\
	linux			\
	$(XSDL_SUBDIRS)		\
	$(FBDEV_SUBDIRS)	\
	$(VESA_SUBDIRS)		\
	ati