From ef45d17e31d591a579c1d51a5e6a026493465a64 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 13 Oct 2008 12:25:22 -0700 Subject: [PATCH] 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 --- com32/modules/Makefile | 2 +- com32/{samples => modules}/vesainfo.c | 0 com32/samples/Makefile | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename com32/{samples => modules}/vesainfo.c (100%) diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 7a52ba9..1c0cd47 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 similarity index 100% rename from com32/samples/vesainfo.c rename to com32/modules/vesainfo.c diff --git a/com32/samples/Makefile b/com32/samples/Makefile index abba4d6..7f5ea19 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 \ -- 2.7.4