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/cris | |
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/cris')
-rw-r--r-- | libc/sysdeps/linux/cris/Makefile.arch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/cris/Makefile.arch b/libc/sysdeps/linux/cris/Makefile.arch index 850c83de5..43e191205 100644 --- a/libc/sysdeps/linux/cris/Makefile.arch +++ b/libc/sysdeps/linux/cris/Makefile.arch @@ -11,5 +11,3 @@ SSRC := setjmp.S __longjmp.S clone.S sysdep.S syscall.S ifeq ($(UNIFIED_SYSCALL),y) SSRC += __uClibc_syscall.S endif - -include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |