diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-24 02:06:27 +0900 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:19:40 -0500 |
commit | 35f1863fcc0bc2bc8596c312cccccf0fc8ea4add (patch) | |
tree | 346b8a8d88929c4e962729f1bc34e4f1d2abb2c3 /libc/sysdeps/linux/h8300/Makefile.arch | |
parent | 7508d14424c0fdc65d7ba35e99da710c38754929 (diff) |
h8300: Makefile update
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/h8300/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/h8300/Makefile.arch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/h8300/Makefile.arch b/libc/sysdeps/linux/h8300/Makefile.arch new file mode 100644 index 000000000..371d3dd49 --- /dev/null +++ b/libc/sysdeps/linux/h8300/Makefile.arch @@ -0,0 +1,10 @@ +# Makefile for uClibc +# +# Copyright (C) 2015 Yoshinori Sato +# +# Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball. +# + +CSRC-y := brk.c ptrace.c + +SSRC-y := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S |