mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
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:
5
tools/acrn-manager/Makefile
Normal file
5
tools/acrn-manager/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all: acrnctl.c
|
||||
gcc -o acrnctl acrnctl.c -I../../include -Wall -g
|
||||
|
||||
clean:
|
||||
rm -f acrnctl
|
||||
Reference in New Issue
Block a user