diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2008-03-31 05:29:08 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2008-03-31 05:29:08 -0700 |
| commit | 53e2478e75b40c8d4153e181b7e8a1024e2f3021 (patch) | |
| tree | 2bb5ef5fc6e0e289284380a38fd479c9c3edfff3 /com32/modules/Makefile | |
| parent | 1a8b87b10c173c2be5f384d68cf75395483a3230 (diff) | |
| parent | 667f827e31d7b2a0ce1e5b352acdf12848f53a97 (diff) | |
| download | syslinux-3.70-pre8.tar.gz | |
Merge commit 'origin/gpxe-added' into gpxe-addedsyslinux-3.70-pre8
Diffstat (limited to 'com32/modules/Makefile')
| -rw-r--r-- | com32/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 8a127e62..8a8827e5 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -52,7 +52,8 @@ INCDIR = /usr/include COM32DIR = $(AUXDIR)/com32 MODULES = chain.c32 ethersel.c32 mboot.c32 dmitest.c32 cpuidtest.c32 \ - pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 + pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \ + sanboot.c32 TESTFILES = all: $(MODULES) $(TESTFILES) |
