mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2025-01-01 03:25:52 +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
|
# for libuefi.a
|
||||||
LIBSRCS = $(filter-out $(wildcard crt_*.c),$(wildcard *.c)) $(wildcard *.S)
|
LIBSRCS = $(filter-out $(wildcard crt_*.c),$(wildcard *.c)) $(wildcard *.S)
|
||||||
TMP = $(LIBSRCS:.c=.o)
|
TMP2 = $(LIBSRCS:.c=.o)
|
||||||
LIBOBJS = $(TMP:.S=.o)
|
LIBOBJS = $(TMP2:.S=.o)
|
||||||
|
|
||||||
# detect toolchain
|
# detect toolchain
|
||||||
ifeq ($(wildcard /usr/bin/clang),)
|
ifeq ($(wildcard /usr/bin/clang),)
|
||||||
|
|
Loading…
Reference in a new issue