adding the mcshutdown command

This commit is contained in:
Yutaka Ishikawa ishikawa@is.s.u-tokyo.ac.jp
2013-11-19 06:08:43 +09:00
parent eff0b92c25
commit dc9f282d58
4 changed files with 20 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ install::
if [ "$(TARGET)" = attached-mic ]; then \
mkdir -p -m 755 $(SBINDIR); \
install -m 755 arch/x86/tools/mcreboot-attached-mic.sh $(SBINDIR)/mcreboot; \
install -m 755 arch/x86/tools/mcshutdown-attached-mic.sh $(SBINDIR)/mcshutdown; \
fi
clean::