Makefile.rumpnet revision 1.14
11.14Spooka# $NetBSD: Makefile.rumpnet,v 1.14 2014/04/27 15:15:13 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaLIB= rumpnet 51.1Spooka 61.1Spooka.PATH: ${RUMPTOP}/librump/rumpnet \ 71.5Spooka ${RUMPTOP}/../kern \ 81.4Spooka ${RUMPTOP}/../net \ 91.4Spooka ${RUMPTOP}/../compat/common 101.1Spooka 111.9SpookaSRCS= net_stub.c netisr.c rump_net.c 121.1Spooka 131.8SpookaSRCS+= rumpnet_if_wrappers.c 141.8Spooka 151.14SpookaSRCS+= rumpnet_syscalls.c 161.14Spooka 171.1Spooka# sys/kern networking (sockets, mbufs, etc.) 181.1SpookaSRCS+= sys_socket.c uipc_accf.c uipc_domain.c uipc_mbuf.c uipc_mbuf2.c \ 191.1Spooka uipc_socket.c uipc_socket2.c uipc_syscalls.c 201.1Spooka 211.3Spooka# radix trie support 221.2SpookaSRCS+= radix.c 231.12SdyoungSRCS+= rtbl.c 241.2Spooka 251.11Smatt# compat (nothing for now) 261.11SmattSRCS+= 271.4Spooka 281.10Spooka# bpf stubs, required for all kernels 291.10SpookaSRCS+= bpf_stub.c 301.10Spooka 311.1Spooka# automatically in sync src/lib 321.1SpookaSHLIB_MAJOR= 0 331.1SpookaSHLIB_MINOR= 0 341.1Spooka 351.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpnet/opt 361.1Spooka 371.13Spooka.include "${RUMPTOP}/Makefile.rump" 381.13Spooka 391.1Spooka.include <bsd.lib.mk> 401.1Spooka.include <bsd.klinks.mk> 41