diff options
-rw-r--r-- | hw/kdrive/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index 0dd95f1ee..eb185616d 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -1,11 +1,10 @@ if KDRIVEVESA -VESA_SUBDIRS = vesa mach64 mga nvidia r128 +VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi endif SUBDIRS = \ src \ linux \ fbdev \ - $(VESA_SUBDIRS) \ - smi + $(VESA_SUBDIRS) |