[dpdk-dev] Help with compilation of .s files with DPDK build system

2014-10-10 Thread Prashant Upadhyaya
Hi, I have an application which consists of *.c files and I have been using the DPDK build system happily so far. The way I do it is I include the rte.vars.mk and rte.extlib.mk in my application Makefile. I set the LIB variable to .a I set SRCS-y := And that's it, it works. Now recently, I need

[dpdk-dev] Help with compilation of .s files with DPDK build system

2014-10-10 Thread Neil Horman
On Fri, Oct 10, 2014 at 12:07:15PM +0530, Prashant Upadhyaya wrote: > Hi, > > I have an application which consists of *.c files and I have been using the > DPDK build system happily so far. > The way I do it is I include the rte.vars.mk and rte.extlib.mk in my > application Makefile. > I set the L