move boot-attached-mic.sh.in to arch/x86/tools
This commit is contained in:
@@ -28,7 +28,7 @@ install::
|
|||||||
esac
|
esac
|
||||||
if [ "$(TARGET)" = attached-mic ]; then \
|
if [ "$(TARGET)" = attached-mic ]; then \
|
||||||
mkdir -p -m 755 $(SBINDIR); \
|
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
|
fi
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
|||||||
4
configure
vendored
4
configure
vendored
@@ -3227,7 +3227,7 @@ TARGET="$WITH_TARGET"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile boot-attached-mic.sh"
|
ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile arch/x86/tools/mcreboot-attached-mic.sh"
|
||||||
|
|
||||||
|
|
||||||
if test "x$enable_dcfa" = xyes; then :
|
if test "x$enable_dcfa" = xyes; then :
|
||||||
@@ -3945,7 +3945,7 @@ do
|
|||||||
"executer/user/Makefile") CONFIG_FILES="$CONFIG_FILES executer/user/Makefile" ;;
|
"executer/user/Makefile") CONFIG_FILES="$CONFIG_FILES executer/user/Makefile" ;;
|
||||||
"executer/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES executer/kernel/Makefile" ;;
|
"executer/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES executer/kernel/Makefile" ;;
|
||||||
"kernel/Makefile") CONFIG_FILES="$CONFIG_FILES kernel/Makefile" ;;
|
"kernel/Makefile") CONFIG_FILES="$CONFIG_FILES kernel/Makefile" ;;
|
||||||
"boot-attached-mic.sh") CONFIG_FILES="$CONFIG_FILES boot-attached-mic.sh" ;;
|
"arch/x86/tools/mcreboot-attached-mic.sh") CONFIG_FILES="$CONFIG_FILES arch/x86/tools/mcreboot-attached-mic.sh" ;;
|
||||||
"kernel/Makefile.dcfa") CONFIG_FILES="$CONFIG_FILES kernel/Makefile.dcfa" ;;
|
"kernel/Makefile.dcfa") CONFIG_FILES="$CONFIG_FILES kernel/Makefile.dcfa" ;;
|
||||||
|
|
||||||
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ AC_CONFIG_FILES([
|
|||||||
executer/user/Makefile
|
executer/user/Makefile
|
||||||
executer/kernel/Makefile
|
executer/kernel/Makefile
|
||||||
kernel/Makefile
|
kernel/Makefile
|
||||||
boot-attached-mic.sh
|
arch/x86/tools/mcreboot-attached-mic.sh
|
||||||
])
|
])
|
||||||
|
|
||||||
AS_IF([test "x$enable_dcfa" = xyes], [
|
AS_IF([test "x$enable_dcfa" = xyes], [
|
||||||
|
|||||||
Reference in New Issue
Block a user