summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/sys/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arm/sys/Makefile.inc')
-rw-r--r--lib/libc/arm/sys/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libc/arm/sys/Makefile.inc b/lib/libc/arm/sys/Makefile.inc
new file mode 100644
index 0000000..1a58eae
--- /dev/null
+++ b/lib/libc/arm/sys/Makefile.inc
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+MDASM= Ovfork.S brk.S cerror.S pipe.S ptrace.S sbrk.S shmat.S sigreturn.S syscall.S
+
+# Don't generate default code for these syscalls:
+NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
+
+PSEUDO= _exit.o _getlogin.o
+.if !defined(WITHOUT_SYSCALL_COMPAT)
+PSEUDO+= _pread.o _pwrite.o _lseek.o _mmap.o _ftruncate.o _truncate.o
+.endif
OpenPOWER on IntegriCloud