aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-06-24 11:42:20 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-06-24 11:51:11 +0100
commit042d0e52f7debe5bdf303254e3b8e90d24e97635 (patch)
tree1ff253b35cce6b342b6479eba1c4f4e04f9b1a33
parent9da372e5b7d5890dfe8c13a44e04498fb65a0c52 (diff)
downloadsyslinux-042d0e52f7debe5bdf303254e3b8e90d24e97635.tar.gz
syslinux-042d0e52f7debe5bdf303254e3b8e90d24e97635.tar.xz
syslinux-042d0e52f7debe5bdf303254e3b8e90d24e97635.zip
efi: there are no EFI installer components
Users are reporting hitting the following error when typing 'make installer', make[3]: *** No rule to make target `efi32/core/codepage.o', needed by `syslinux.so'. Stop. But there's no actual need to build any installers for EFI (none exist), especially not since the stuff in utils/ is already built for BIOS and doesn't need building again. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--Makefile2
-rw-r--r--efi/Makefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 38611684..9c886d8c 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ BOBJECTS = $(BTARGET) \
ifdef EFI_BUILD
BSUBDIRS = codepage com32 lzo core mbr sample efi txt
-ISUBDIRS = efi utils
+ISUBDIRS =
INSTALLSUBDIRS = efi
diff --git a/efi/Makefile b/efi/Makefile
index 20034301..c89ca061 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -66,8 +66,6 @@ codepage.o: ../codepage/cp865.cp
cp $(objdir)/../codepage/cp865.cp codepage.cp
$(CC) $(SFLAGS) -c -o $@ $(core)/codepage.S
-installer: syslinux.efi
-
install: all
install -m 755 $(BTARGET) $(INSTALLROOT)$(AUXDIR)