commit | ecd655012e3e26b7b351ce9c6ca098b43025ad13 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 21 19:30:42 2019 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Feb 13 09:40:06 2019 +0100 |
tree | c022e6aa76e758ddee9f6b6ece64943751ab6b5a | |
parent | b2b186c8e4d8cb0f6b29a2a4db2134f172aa7c2c [diff] |
efi_loader: do not use symbolic links Symbolic links are not supported on all file systems, e.g. not on FAT. So it is not wise to use them in our source tree. Use a qualified path to refer to lib/efi_loader/efi_freestanding.c in scripts/Makefile.lib instead. Reported-by: Alexander Graf <agraf@suse.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [agraf: Fix build with O=] Signed-off-by: Alexander Graf <agraf@suse.de>