rename boot.sh to mcreboot

rename ihktest to ihkconfig
rename ihkostest to ihkosctl
This commit is contained in:
Tomoki Shirasawa
2013-10-15 13:02:35 +09:00
parent 27172ad413
commit 6cf1b0c331
2 changed files with 6 additions and 6 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)/boot.sh; \
install -m 755 boot-attached-mic.sh $(SBINDIR)/mcreboot; \
fi
clean::