summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-13 12:25:22 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-13 12:25:22 -0700
commitef45d17e31d591a579c1d51a5e6a026493465a64 (patch)
tree6bee89dc040e4941a6d9dd2e9de694d37052770d
parent59c99264362d6a084f6dfff0803e582c01a1ea2b (diff)
downloadsyslinux-ef45d17e31d591a579c1d51a5e6a026493465a64.tar.gz
Move vesainfo.c32 from "samples" to "modules"
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>
-rw-r--r--com32/modules/Makefile2
-rw-r--r--com32/modules/vesainfo.c (renamed from com32/samples/vesainfo.c)0
-rw-r--r--com32/samples/Makefile2
3 files changed, 2 insertions, 2 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 7a52ba9d..1c0cd47a 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -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 =
diff --git a/com32/samples/vesainfo.c b/com32/modules/vesainfo.c
index a1f00299..a1f00299 100644
--- a/com32/samples/vesainfo.c
+++ b/com32/modules/vesainfo.c
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index abba4d6f..7f5ea190 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -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 \