aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-07-11 17:21:27 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-07-11 17:21:27 +0100
commita01ef74f1a299869e165890b6cadcea4b032e1d9 (patch)
tree05992951ae3a74278f28599d9340053976e8948e
parentb61d1b40cbfb4cc45df7fea95625370d68068fd4 (diff)
downloadsyslinux-a01ef74f1a299869e165890b6cadcea4b032e1d9.tar.gz
syslinux-a01ef74f1a299869e165890b6cadcea4b032e1d9.tar.xz
syslinux-a01ef74f1a299869e165890b6cadcea4b032e1d9.zip
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@intel.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 107e5fa7..0f85393a 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