blob: 1ff8a0d50e6ebe793fcd5a89b2163225576bbadc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|