summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-01-21 19:30:42 +0100
committerAlexander Graf <agraf@suse.de>2019-02-13 09:40:06 +0100
commit6c75db07f4115904a460540c8956db2087cceb1f (patch)
treec022e6aa76e758ddee9f6b6ece64943751ab6b5a /lib
parent6446304460a63b46ce2ffebafc332b20a76e5ef6 (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>
Diffstat (limited to 'lib')
l---------lib/efi_selftest/efi_freestanding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_freestanding.c b/lib/efi_selftest/efi_freestanding.c
deleted file mode 120000
index 4b7edd52bd..0000000000
--- a/lib/efi_selftest/efi_freestanding.c
+++ /dev/null
@@ -1 +0,0 @@
-../efi_loader/efi_freestanding.c \ No newline at end of file