[spp] [PATCH 0/3] Revise makefile
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Mon Nov 26 08:26:03 CET 2018
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
Some of Makefiles of SPP does not work property and need to be revised.
This patches are to fix the problems. It also include changing to use
GNUmakefile instead of Makefile as in DPDK.
* It does not check dependency for compilation. If you update some of
source codes, you need to `make clean` before `make`.
* `Makefile.spp` is used to compile DPDK with options for testing.
However, target is remained as old `x86_64-ivshmem-linuxapp-gcc`.
Yasufumi Ogawa (3):
makefile: fix problem of dependency is not checked
makefile: introduce GNUmakefile
makefile: update Makefile for testing DPDK
GNUmakefile | 38 ++++++++++++++++++++++++++++++++++++++
Makefile | 36 +-----------------------------------
Makefile.spp | 2 +-
src/mirror/Makefile | 2 +-
src/nfv/Makefile | 2 +-
src/primary/Makefile | 2 +-
src/vf/Makefile | 2 +-
src/vm/Makefile | 2 +-
8 files changed, 45 insertions(+), 41 deletions(-)
create mode 100644 GNUmakefile
--
2.7.4
More information about the spp
mailing list