- mcstat is a tool to report McKernel statistics from Linux side.

This is a response to a CEA's request.
	- The tools directory is created under the mckernel directory.
	- Some include files are now installed in the install directory,
	  but we should rethink of it.
This commit is contained in:
Yutaka Ishikawa
2018-02-25 10:57:28 +09:00
parent a9dfcd9a89
commit 4ac1efae6c
8 changed files with 411 additions and 1 deletions

View File

@ -60,6 +60,7 @@ install:
exit 1 \
;; \
esac
@(cd tools/mcstat/; $(MAKE) install)
clean:
@(cd executer/kernel/mcctrl; $(MAKE) clean)