diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8f46ba15..efff4f30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,8 @@ x15_SOURCES = x15_LDFLAGS = -nostdlib -Xlinker -T arch/$(arch)/x15.lds x15_LDADD = -lgcc +.INTERMEDIATE: x15.sorted_init_ops + include Makefrag.am x15.sorted_init_ops: $(filter %.c,$(x15_SOURCES)) |