Move vesainfo.c32 from "samples" to "modules"
authorH. Peter Anvin <hpa@zytor.com>
Mon, 13 Oct 2008 19:25:22 +0000 (12:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 13 Oct 2008 19:25:22 +0000 (12:25 -0700)
vesainfo.c32 is turning into an invaluable debugging tool.  Put it in
"modules" instead of "samples", to encourage distros to package it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/modules/Makefile
com32/modules/vesainfo.c [moved from com32/samples/vesainfo.c with 100% similarity]
com32/samples/Makefile

index 7a52ba9..1c0cd47 100644 (file)
@@ -19,7 +19,7 @@ include ../MCONFIG
 
 MODULES          = chain.c32 ethersel.c32 mboot.c32 dmitest.c32 cpuidtest.c32 \
            pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \
-           sdi.c32 sanboot.c32 ifcpu64.c32
+           sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32
 
 TESTFILES =
 
index abba4d6..7f5ea19 100644 (file)
@@ -17,7 +17,7 @@
 topdir = ../..
 include ../MCONFIG
 
-all:   hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \
+all:   hello.c32 cat.c32 resolv.c32 serialinfo.c32 \
        localboot.c32 \
        fancyhello.c32 fancyhello.lnx \
        keytest.c32 keytest.lnx \