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

Function is_kernel_header_installed

build.py:207–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205
206
207def is_kernel_header_installed():
208 return os.path.isdir("/lib/modules/%s/build" % kernel_release)
209
210
211def check_kernel_headers():

Callers 2

check_kernel_headersFunction · 0.85
build_kmodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected