diff options
author | Phil Blundell <pb@reciva.com> | 2003-10-03 15:27:46 +0000 |
---|---|---|
committer | Phil Blundell <pb@reciva.com> | 2003-10-03 15:27:46 +0000 |
commit | efbf205a2ac4792b71d39f8fe3ef3b1cf12697c0 (patch) | |
tree | d3d20c9fa74aec9f9421443b59ba67f12502f421 | |
parent | 89a536f349525e642bb4cd233bc47864ed4a6ad7 (diff) |
add --disable-kdrivevesa option
-rw-r--r-- | hw/kdrive/Makefile.am | 9 |
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) |