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 <mylibname>.a
I set SRCS-y := <all C files here>
And that's it, it works.

Now recently, I need to introduce the compilation of .s file (not .S)
I can easily compile it by hand using gcc, but I can't seem to find a trick
to compile it with DPDK environment.

Any advises ?

Regards
-Prashant

Reply via email to