From bb99451f275827da580dcfa3b66cd0705fcc900a Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 28 Oct 2003 22:27:35 +0000 Subject: [PATCH] move smi into VESA_SUBDIRS --- hw/kdrive/Makefile.am | 5 ++--- 1 file 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)