add a makefile under project root directory

it can be used as following:
  make ==> to make hypervisor & devicemodel & tools
also modify tools makefile to support out-dir setting.

Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Reviewed-by: Jack Ren <jack.ren@intel.com>
This commit is contained in:
Minggui Cao
2018-05-15 09:09:20 +08:00
committed by Jack Ren
parent c597a0fc2f
commit fb19b296ea
5 changed files with 52 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ devicemodel/build/
devicemodel/include/version.h
doc/doxygen
doc/_build
build
*.bak
*.sav
*.log