diff options
author | Steve McIntyre <steve@einval.com> | 2021-03-31 18:24:24 +0100 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2021-03-31 18:24:24 +0100 |
commit | 8119f7183f5f0bebb168fec5239855552020cf66 (patch) | |
tree | 19f2bf9871d671b570a5ccaabc89ffd743b4cd10 /lib/Makefile | |
parent | 031e5cce385d3f96b1caa1d53495332a7eb03749 (diff) | |
download | efi-boot-shim-upstream/15.4.tar.gz efi-boot-shim-upstream/15.4.zip |
New upstream version 15.4upstream/15.4
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6d83f789..a4a4855b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ TARGET = lib.a -LIBFILES_UNSORTED := $(foreach x,$(wildcard *.c),$(patsubst %.c,%.o,$(x))) +LIBFILES_UNSORTED := $(patsubst %.c,%.o,$(subst $(TOPDIR)/lib/,,$(wildcard $(TOPDIR)/lib/*.c))) LIBFILES := $(sort $(LIBFILES_UNSORTED)) CRYPTDIR = $(TOPDIR)/Cryptlib |