]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/i386/linux/Makefile
MFV r355890:
[FreeBSD/FreeBSD.git] / sys / i386 / linux / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD$
4
5 # Don't use an OBJDIR
6 .OBJDIR: ${.CURDIR}
7
8 .include <src.lua.mk>
9
10 MAKESYSCALLS=   ../../tools/makesyscalls.lua
11 SRCS=           syscalls.conf           \
12                 syscalls.master
13 GENERATED=      linux_proto.h           \
14                 linux_syscall.h         \
15                 linux_syscalls.c        \
16                 linux_sysent.c          \
17                 linux_systrace_args.c
18
19 all:
20         @echo "make sysent only"
21
22 sysent: ${GENERATED}
23
24 ${GENERATED}: ${MAKESYSCALLS} ${SRCS}
25         ${LUA} ${MAKESYSCALLS} syscalls.master syscalls.conf