summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <pb@reciva.com>2003-10-03 15:27:46 +0000
committerPhil Blundell <pb@reciva.com>2003-10-03 15:27:46 +0000
commitefbf205a2ac4792b71d39f8fe3ef3b1cf12697c0 (patch)
treed3d20c9fa74aec9f9421443b59ba67f12502f421
parent89a536f349525e642bb4cd233bc47864ed4a6ad7 (diff)
add --disable-kdrivevesa option
-rw-r--r--hw/kdrive/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am
index d9d700af7..ee8b3fb0b 100644
--- a/hw/kdrive/Makefile.am
+++ b/hw/kdrive/Makefile.am
@@ -1,8 +1,11 @@
+if KDRIVEVESA
+VESA_SUBDIRS = vesa mach64
+endif
+
SUBDIRS = \
src \
linux \
- vesa \
- mach64 \
fbdev \
mga \
- smi
+ smi \
+ $(VESA_SUBDIRS)