diff options
Diffstat (limited to 'lib/libc/riscv/sys/Makefile.inc')
-rw-r--r-- | lib/libc/riscv/sys/Makefile.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libc/riscv/sys/Makefile.inc b/lib/libc/riscv/sys/Makefile.inc deleted file mode 100644 index 2eb12bf11cad..000000000000 --- a/lib/libc/riscv/sys/Makefile.inc +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -SRCS+= __vdso_gettc.c \ - sched_getcpu_gen.c - -MDASM= cerror.S \ - syscall.S \ - vfork.S - -# Don't generate default code for these syscalls: -NOASM+= sbrk.o vfork.o |