Re: [dpdk-dev] [PATCH v2] mk: allow exec-env specific targets

2017-07-03 Thread Thomas Monjalon
06/06/2017 14:58, Jerin Jacob: > Add a hook in generic rte.sdkbuild.mk file > to include exec-env specific targets. > > Signed-off-by: Jerin Jacob Applied, thanks

[dpdk-dev] [PATCH v2] mk: allow exec-env specific targets

2017-06-06 Thread Jerin Jacob
Add a hook in generic rte.sdkbuild.mk file to include exec-env specific targets. Signed-off-by: Jerin Jacob --- Useful in integrating some custom targets in nonstandard execution environments. For example, a bare-metal-simulator exec execution environment may need a target to run the dpdk applica