diff options
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/Make-common.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7834499..b2466c2 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2021-05-04 Tom Tromey <tromey@adacore.com> + + * Make-common.in (generated_files): Add config.h. + 2021-05-04 Mike Frysinger <vapier@gentoo.org> * cgen-trace.c (sim_disasm_perror_memory): Use BFD_VMA_FMT and drop diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 0f87749..c92228b 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -420,6 +420,7 @@ endif all_object_files = $(LIB_OBJS) $(SIM_RUN_OBJS) generated_files = \ $(SIM_EXTRA_DEPS) \ + config.h \ hw-config.h \ modules.c \ targ-map.c \ |