examples: add a makefile to build all examples
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 16 May 2014 08:18:58 +0000 (10:18 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 16 May 2014 14:02:54 +0000 (16:02 +0200)
commitb253525fe2d2bfa5430d1f7b7261d70eb6e4f5bb
tree267dd8145f899336b581068bd1784b02c2affcfe
parentf71d637cc5847ac534345b73feedc54d7a80fc76
examples: add a makefile to build all examples

It is now possible to build all examples by doing the following:

  user@droids:~/dpdk.org$ cd examples
  user@droids:~/dpdk.org/examples$ make RTE_SDK=${PWD}/.. \
      RTE_TARGET=x86_64-default-linuxapp-gcc

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/Makefile [new file with mode: 0644]