From 4dd37de858464c576bfdcd10255a8e233a5b05d5 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Thu, 9 Oct 2003 16:21:24 +0000 Subject: [PATCH] Build smi after vesa. --- hw/kdrive/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index f3e73470cf..3d0ae8a3b8 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -6,5 +6,6 @@ SUBDIRS = \ src \ linux \ fbdev \ - smi \ - $(VESA_SUBDIRS) + $(VESA_SUBDIRS) \ + smi +