refactoring

This commit is contained in:
Devaev Maxim
2021-01-04 20:38:14 +03:00
parent dd90d378a4
commit 85e63f49a0
7 changed files with 81 additions and 82 deletions

View File

@@ -113,6 +113,7 @@ regen:
$(USTR): $(_USTR_SRCS:%.c=$(BUILD)/%.o)
$(info ========================================)
$(info == LD $@)
@ $(CC) $^ -o $@ $(LDFLAGS) $(_USTR_LIBS)
$(info :: CC = $(CC))
@@ -123,6 +124,7 @@ $(USTR): $(_USTR_SRCS:%.c=$(BUILD)/%.o)
ifneq ($(call optbool,$(WITH_OMX)),)
$(REC): $(_REC_SRCS:%.c=$(BUILD)/%.o)
$(info ========================================)
$(info == LD $@)
@ $(CC) $^ -o $@ $(LDFLAGS) $(_REC_LIBS)
$(info :: CC = $(CC))