summaryrefslogtreecommitdiff
path: root/efi/Makefile
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-06-11 14:03:31 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-06-11 14:03:31 +0100
commit32b98b8235bd3a4724ebdf9b475cd6c3ae3ce4c4 (patch)
tree2255b3854f350a33b8fe559347205eb747183414 /efi/Makefile
parent3d3f765a61f67acf86acee0fed0dc5fabfd8a6fd (diff)
downloadsyslinux-32b98b8235bd3a4724ebdf9b475cd6c3ae3ce4c4.tar.gz
efi: install ldlinux.{e32,e64}
We need to install the corresonding ldlinux.* file for each of the firmware. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'efi/Makefile')
-rw-r--r--efi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/efi/Makefile b/efi/Makefile
index cb99f2a2..20034301 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -69,8 +69,7 @@ codepage.o: ../codepage/cp865.cp
installer: syslinux.efi
install: all
- mkdir -m 755 -p $(INSTALLROOT)$(AUXDIR)/efi$(BITS)
- install -m 755 $(BTARGET) $(INSTALLROOT)$(AUXDIR)/efi$(BITS)
+ install -m 755 $(BTARGET) $(INSTALLROOT)$(AUXDIR)
strip: