configure: Create config file for test programs

Change-Id: I3ec90fed348ff535b24c8116416c6b89636c532c
This commit is contained in:
Ken Sato
2018-07-30 13:55:25 +09:00
committed by Masamichi Takagi
parent a7c9988aeb
commit 29a658716b
3 changed files with 17 additions and 0 deletions

View File

@@ -573,6 +573,12 @@ AC_CONFIG_FILES([
tools/mcstat/Makefile
])
if test -e "${ABS_SRCDIR}/test"; then
AC_CONFIG_FILES([
mck_test_config.sample:test/mck_test_config.sample.in
])
fi
if test "$TARGET" = "smp-x86"; then
AC_CONFIG_FILES([
arch/x86_64/kernel/Makefile.arch