diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-06-11 14:03:31 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-06-11 14:03:31 +0100 |
commit | 32b98b8235bd3a4724ebdf9b475cd6c3ae3ce4c4 (patch) | |
tree | 2255b3854f350a33b8fe559347205eb747183414 /efi/Makefile | |
parent | 3d3f765a61f67acf86acee0fed0dc5fabfd8a6fd (diff) | |
download | syslinux-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/Makefile | 3 |
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: |