mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2024-12-29 05:55:31 +01:00
Fixed issue #9
This commit is contained in:
parent
1d5cec5fb2
commit
46c849ac4c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ endif
|
|||
|
||||
# for libuefi.a
|
||||
LIBSRCS = $(filter-out $(wildcard crt_*.c),$(wildcard *.c)) $(wildcard *.S)
|
||||
TMP = $(LIBSRCS:.c=.o)
|
||||
LIBOBJS = $(TMP:.S=.o)
|
||||
TMP2 = $(LIBSRCS:.c=.o)
|
||||
LIBOBJS = $(TMP2:.S=.o)
|
||||
|
||||
# detect toolchain
|
||||
ifeq ($(wildcard /usr/bin/clang),)
|
||||
|
|
Loading…
Reference in a new issue