Revert "tools/KernelLibs.mk: Force libproxies to be built and installed before applications are build. Otherwise, the applications will not be able to find libproxies. I don't know why this was never seen before. Must be due to recent changes in the apps/ directory. The change is correct in any event."

This reverts commit f7eee58aee.
This commit is contained in:
Gregory Nutt 2018-09-03 16:27:54 -06:00
parent f7eee58aee
commit ab5ebc5498

View File

@ -79,12 +79,6 @@ ifeq ($(CONFIG_HAVE_CXX),y)
USERLIBS += staging$(DELIM)$(LIBXX)$(LIBEXT) USERLIBS += staging$(DELIM)$(LIBXX)$(LIBEXT)
endif endif
# Add library for application support.
ifneq ($(APPDIR),)
USERLIBS += staging$(DELIM)libapps$(LIBEXT)
endif
# Add libraries for network support # Add libraries for network support
ifeq ($(CONFIG_NET),y) ifeq ($(CONFIG_NET),y)