Fixed issue #9

merge-requests/1/head
bzt 3 years ago
parent 1d5cec5fb2
commit 46c849ac4c

@ -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…
Cancel
Save