summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent9da372e5b7d5890dfe8c13a44e04498fb65a0c52 (diff)
downloadsyslinux-042d0e52f7debe5bdf303254e3b8e90d24e97635.tar.gz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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