Hi Ferruh, Thanks for working on it.
2015-12-03 01:22, Ferruh Yigit: > +ifeq ($(COMBINED_BUILD),1) > include $(RTE_SDK)/mk/rte.sharelib.mk > +endif [...] > @if [ $@ = drivers -a $(CONFIG_RTE_BUILD_COMBINE_LIBS) = y ]; then \ > - $(MAKE) -f $(RTE_SDK)/lib/Makefile sharelib; \ > + COMBINED_BUILD=1 $(MAKE) -f $(RTE_SDK)/lib/Makefile sharelib; \ What is it fixing? The badly named sharelib is for combined build only. [...] > +FILES=$(find $RTE_SDK -name "*.map" | grep -v build) The build dir is not always "build/"