From efbf205a2ac4792b71d39f8fe3ef3b1cf12697c0 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 3 Oct 2003 15:27:46 +0000 Subject: [PATCH] add --disable-kdrivevesa option --- hw/kdrive/Makefile.am | 9 ++++++--- 1 file 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)