Remove libapps.a from LDLIBS

I don't understand how it's supposed to work.
(As libapps.a is likely not fully baked at that point.)

I don't understand why it's necessary either.
This commit is contained in:
YAMAMOTO Takashi 2020-02-21 17:10:14 +09:00 committed by patacongo
parent 52222cb020
commit 4ee39e2080

View File

@ -148,11 +148,3 @@ endif
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)$(DELIM)include"}
CXXFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)$(DELIM)include"}
ifneq ($(CONFIG_BUILD_KERNEL),y)
ifeq ($(WINTOOL),y)
LDLIBS ?= "${shell cygpath -w $(BIN)}"
else
LDLIBS ?= $(BIN)
endif
endif