From 3ac4d898c0dee05c6e2d00e4ecbf208dbd4915e8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 21 Sep 2007 16:54:57 -0700 Subject: localboot.c32: sample/test program for invoking syslinux_local_boot() Simple test program which simply invokes syslinux_local_boot(). --- com32/samples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'com32/samples/Makefile') diff --git a/com32/samples/Makefile b/com32/samples/Makefile index 6d0815c5..5ac2aad3 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -41,6 +41,7 @@ LNXLIBS = ../libutil/libutil_lnx.a .SUFFIXES: .lss .c .o .elf .c32 .lnx all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \ + localboot.c32 \ fancyhello.c32 fancyhello.lnx \ keytest.c32 keytest.lnx \ -- cgit