From 3f8414df7a533cccd39bf19c0e311975d9ededde Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jun 2021 23:01:45 -0400 Subject: sim: create a makefile fragment to pass common settings down As we merge settings from subdirs into the common configure, we sometimes need to keep the settings working in both dirs. Create a makefile fragment to pass them down so we don't have to run the checks twice. For now, the file is empty, but we'll start moving logic in shortly. --- sim/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index 4ba2921..91af0bb 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -118,5 +118,5 @@ SIM_AC_OPTION_PROFILE SIM_AC_OPTION_STDIO SIM_AC_OPTION_TRACE -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([arch-subdir.mk Makefile]) AC_OUTPUT -- cgit v1.1