[dpdk-dev] [PATCH v10 1/2] mk:Simplify the ifdefs in the makefile

2015-05-14 Thread Thomas Monjalon
2015-05-14 17:42, Olivier MATZ: > Hi Keith, > > On 05/14/2015 04:21 PM, Keith Wiles wrote: > > Simplify the ifdefs in rte.app.mk to make the code more > > readable and maintainable by introducing a internal > > _LDLIBS-y variable to build up the LDLIBS variable. > > > > The new internal variable

[dpdk-dev] [PATCH v10 1/2] mk:Simplify the ifdefs in the makefile

2015-05-14 Thread Olivier MATZ
Hi Keith, On 05/14/2015 04:21 PM, Keith Wiles wrote: > Simplify the ifdefs in rte.app.mk to make the code more > readable and maintainable by introducing a internal > _LDLIBS-y variable to build up the LDLIBS variable. > > The new internal variable _LDLIBS-y should not be > used outside of the rt

[dpdk-dev] [PATCH v10 1/2] mk:Simplify the ifdefs in the makefile

2015-05-14 Thread Keith Wiles
Simplify the ifdefs in rte.app.mk to make the code more readable and maintainable by introducing a internal _LDLIBS-y variable to build up the LDLIBS variable. The new internal variable _LDLIBS-y should not be used outside of the rte.app.mk file. Signed-off-by: Keith Wiles --- mk/rte.app.mk | 2