[syslinux:firmware] Makefile: explicitly reference ldlinux.*

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Jul 12 03:12:05 PDT 2013


Commit-ID:  a01ef74f1a299869e165890b6cadcea4b032e1d9
Gitweb:     http://www.syslinux.org/commit/a01ef74f1a299869e165890b6cadcea4b032e1d9
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Thu, 11 Jul 2013 17:21:27 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Thu, 11 Jul 2013 17:21:27 +0100

Makefile: explicitly reference ldlinux.*

Avoid warnings about not being able to find any *.c32 files in
{efi32,efi64}/com32/elflink/ldlinux/ by explicitly referencing
$(LDLINUX).

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 107e5fa..0f85393 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ MODULES = com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
 	com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \
 	com32/sysdump/*.c32 com32/lua/src/*.c32 com32/chain/*.c32 \
 	com32/lib/*.c32 com32/libutil/*.c32 com32/gpllib/*.c32 \
-	com32/elflink/ldlinux/*.c32 com32/cmenu/libmenu/*.c32
+	com32/cmenu/libmenu/*.c32 com32/elflink/ldlinux/$(LDLINUX)
 endif
 
 # List of module objects that should be installed for all derivatives


More information about the Syslinux-commits mailing list