diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-07-29 18:50:58 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-07-29 18:50:58 +0200 |
commit | 47b61ca513022b7d89baf810692475c9f0673cca (patch) | |
tree | e4320e5e08cd5d6b60e7d1c6c0ba62a39e6162fb /libc/sysdeps/linux/bfin | |
parent | a5e6e0fcd3845ce1d509d009a2e924815e7d688e (diff) |
build: Include Makefile.commonarch from common Makefile.in
Avoid including akefile.commonarch in each Makefile.arch.
Include it instead from Makefile.in just after the arch specific
Makefile.arch
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/sysdeps/linux/bfin')
-rw-r--r-- | libc/sysdeps/linux/bfin/Makefile.arch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch index c44a7dcda..242703757 100644 --- a/libc/sysdeps/linux/bfin/Makefile.arch +++ b/libc/sysdeps/linux/bfin/Makefile.arch @@ -11,5 +11,3 @@ CSRC := bsdsetjmp.c clone.c \ SSRC := __longjmp.S setjmp.S bsd-_setjmp.S ARCH_HEADERS := bfin_fixed_code.h bfin_l1layout.h bfin_sram.h - -include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |