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)