move boot-attached-mic.sh.in to arch/x86/tools

This commit is contained in:
Tomoki Shirasawa
2013-11-12 10:41:51 +09:00
parent bdc02bb687
commit 3f2db99057
4 changed files with 4 additions and 4 deletions

View File

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