[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-29 Thread Wiles, Keith
On 4/29/15, 9:09 AM, "Wiles, Keith" wrote: > > >On 4/29/15, 3:04 AM, "Gonzalez Monroy, Sergio" > wrote: > >>On 28/04/2015 17:50, Wiles, Keith wrote: >>> Hi Sergio >>> >>> On 4/28/15, 11:25 AM, "Gonzalez Monroy, Sergio" >>> wrote: >>> On 28/04/2015 16:21, Keith Wiles wrote: > Trying

[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-29 Thread Wiles, Keith
On 4/29/15, 3:04 AM, "Gonzalez Monroy, Sergio" wrote: >On 28/04/2015 17:50, Wiles, Keith wrote: >> Hi Sergio >> >> On 4/28/15, 11:25 AM, "Gonzalez Monroy, Sergio" >> wrote: >> >>> On 28/04/2015 16:21, Keith Wiles wrote: Trying to simplify the ifdefs in rte.app.mk to make the code

[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-29 Thread Gonzalez Monroy, Sergio
On 28/04/2015 17:50, Wiles, Keith wrote: > Hi Sergio > > On 4/28/15, 11:25 AM, "Gonzalez Monroy, Sergio" > wrote: > >> On 28/04/2015 16:21, Keith Wiles wrote: >>> Trying to simplify the ifdefs in rte.app.mk to make the code >>> more readable and maintainable by moving LDLIBS variable to use >>>

[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-28 Thread Gonzalez Monroy, Sergio
On 28/04/2015 16:21, Keith Wiles wrote: > Trying to simplify the ifdefs in rte.app.mk to make the code > more readable and maintainable by moving LDLIBS variable to use > the same style as LDLIBS-y being used in the rest of the code. > > Signed-off-by: Keith Wiles > --- +1 Patch looks good, just

[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-28 Thread Wiles, Keith
Hi Sergio On 4/28/15, 11:25 AM, "Gonzalez Monroy, Sergio" wrote: >On 28/04/2015 16:21, Keith Wiles wrote: >> Trying to simplify the ifdefs in rte.app.mk to make the code >> more readable and maintainable by moving LDLIBS variable to use >> the same style as LDLIBS-y being used in the rest of

[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-28 Thread Wiles, Keith
I have not tested this change more then just building DPDK with GCC. On 4/28/15, 10:21 AM, "Keith Wiles" wrote: >Trying to simplify the ifdefs in rte.app.mk to make the code >more readable and maintainable by moving LDLIBS variable to use >the same style as LDLIBS-y being used in the rest of

[dpdk-dev] [RFC PATCH] Simplify the ifdefs in rte.app.mk.

2015-04-28 Thread Keith Wiles
Trying to simplify the ifdefs in rte.app.mk to make the code more readable and maintainable by moving LDLIBS variable to use the same style as LDLIBS-y being used in the rest of the code. Signed-off-by: Keith Wiles --- mk/rte.app.mk | 253