diff options
author | Richard Braun <rbraun@sceen.net> | 2017-09-02 16:47:27 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-09-02 16:47:27 +0200 |
commit | ca45d38bbf535f1dd23df9b71f85cd9c820e0e69 (patch) | |
tree | e67183ab38b774d881c55e9f74e27cf1e73d7301 | |
parent | 7ded1b60d46d8582be0d86cd7176048bcfe30ccf (diff) |
Makefile.am: make x15.sorted_init_ops an intermediate file
-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)) |