aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/local.mk')
-rw-r--r--sim/v850/local.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/v850/local.mk b/sim/v850/local.mk
index b2dd577..4741e07 100644
--- a/sim/v850/local.mk
+++ b/sim/v850/local.mk
@@ -24,6 +24,15 @@
noinst_PROGRAMS += %D%/run
+## List all generated headers to help Automake dependency tracking.
+BUILT_SOURCES += \
+ %D%/icache.h \
+ %D%/idecode.h \
+ %D%/semantics.h \
+ %D%/model.h \
+ %D%/support.h \
+ %D%/itable.h \
+ %D%/engine.h
%C%_BUILT_SRC_FROM_IGEN = \
%D%/icache.h \
%D%/icache.c \