diff options
author | Phil Blundell <pb@reciva.com> | 2003-10-28 22:27:35 +0000 |
---|---|---|
committer | Phil Blundell <pb@reciva.com> | 2003-10-28 22:27:35 +0000 |
commit | bb99451f275827da580dcfa3b66cd0705fcc900a (patch) | |
tree | 69f2888bb2cf64287210de229c9f79bbda8093d2 | |
parent | 9a05f8f7858641b780046ad69d61f21ccbb93db8 (diff) |
move smi into VESA_SUBDIRS
-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) |