Fixed issue #9

This commit is contained in:
bzt 2021-10-15 12:07:02 +02:00
parent 1d5cec5fb2
commit 46c849ac4c

View file

@ -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),)