Move ACRN tools code directory one level higher

The tools directory is moved out of ./devicemodle, to be in parallel with
hypervisor, devicemodel and doc.

Signed-off-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
Yan, Like
2018-05-14 09:06:36 +08:00
committed by Jack Ren
parent b73f1face6
commit 867e56d04b
17 changed files with 0 additions and 0 deletions

5
tools/acrntrace/Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
gcc -o acrntrace acrntrace.c sbuf.c -I. -lpthread
clean:
rm acrntrace