Put back libapps to the default LDLIBS, even for KERNEL build
This is a partial revert of b5cfd9344439c9aeb25c539431a034bdca6b5154 ("apps/: Modification to build system: Unified application compilation rules")
This commit is contained in:
parent
9d59f5e524
commit
38f006464b
@ -153,10 +153,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user