2015-11-02 15:23, Ferruh Yigit: > +ifeq ($(COMBINED_BUILD),1) > include $(RTE_SDK)/mk/rte.sharelib.mk > +endif
Why this ifeq? rte.sharelib.mk is always used for combined lib.
2015-11-02 15:23, Ferruh Yigit: > +ifeq ($(COMBINED_BUILD),1) > include $(RTE_SDK)/mk/rte.sharelib.mk > +endif
Why this ifeq? rte.sharelib.mk is always used for combined lib.