Makefile.rumpnet revision 1.15
11.15Srmind# $NetBSD: Makefile.rumpnet,v 1.15 2014/06/05 23:48:17 rmind 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.15Srmind# sys/net 221.15SrmindSRCS+= pktqueue.c 231.15Srmind 241.3Spooka# radix trie support 251.2SpookaSRCS+= radix.c 261.12SdyoungSRCS+= rtbl.c 271.2Spooka 281.11Smatt# compat (nothing for now) 291.11SmattSRCS+= 301.4Spooka 311.10Spooka# bpf stubs, required for all kernels 321.10SpookaSRCS+= bpf_stub.c 331.10Spooka 341.1Spooka# automatically in sync src/lib 351.1SpookaSHLIB_MAJOR= 0 361.1SpookaSHLIB_MINOR= 0 371.1Spooka 381.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpnet/opt 391.1Spooka 401.13Spooka.include "${RUMPTOP}/Makefile.rump" 411.13Spooka 421.1Spooka.include <bsd.lib.mk> 431.1Spooka.include <bsd.klinks.mk> 44