aboutsummaryrefslogtreecommitdiff
path: root/libgloss/tic6x/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/tic6x/Makefile.inc')
-rw-r--r--libgloss/tic6x/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgloss/tic6x/Makefile.inc b/libgloss/tic6x/Makefile.inc
new file mode 100644
index 0000000..0516cab
--- /dev/null
+++ b/libgloss/tic6x/Makefile.inc
@@ -0,0 +1,10 @@
+multilibtool_DATA += %D%/crt0.o
+libobjs_a_SOURCES += %D%/crt0.S
+
+multilibtool_LIBRARIES += %D%/libsim.a
+%C%_libsim_a_SOURCES = \
+ %D%/sbrk.c \
+ putnum.c \
+ %D%/getpid.c \
+ %D%/kill.c \
+ %D%/syscalls.c