Tools: add Makefile for all tools

Add a Makefile under ./tools to avoid changing top-level Makefile frequently

Acked-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Signed-off-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
Yan, Like
2018-06-04 15:57:25 +08:00
committed by lijinxia
parent de4b596e3a
commit c84766a869
5 changed files with 47 additions and 10 deletions

View File

@@ -6,7 +6,8 @@ all:
cp acrnlog.service $(OUT_DIR)/acrnlog.service
clean:
rm $(OUT_DIR)/acrnlog
rm -f $(OUT_DIR)/acrnlog
rm -f $(OUT_DIR)/acrnlog.service
install: $(OUT_DIR)/acrnlog
install -d $(DESTDIR)/usr/bin