MCPcopy Create free account
hub / github.com/NetSys/bess / generate_dpdk_extra_mk

Function generate_dpdk_extra_mk

build.py:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243
244def generate_dpdk_extra_mk():
245 with open('core/extra.dpdk.mk', 'w') as fp:
246 fp.write(
247 'LIBS += %s\n' % ' '.join(map(lambda lib: '-l' + lib, extra_libs)))
248
249
250def find_current_plugins():

Callers 1

configure_dpdkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected