]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/amd64/linux32/Makefile
MFV r356163,r356197:
[FreeBSD/FreeBSD.git] / sys / amd64 / linux32 / 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=      linux32_proto.h         \
14                 linux32_syscall.h       \
15                 linux32_syscalls.c      \
16                 linux32_sysent.c        \
17                 linux32_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