Add support for built-in kernel build
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 11 Dec 2015 21:33:09 +0000 (16:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Dec 2015 21:41:50 +0000 (16:41 -0500)
commitf59ec0bee6032a26808d4bddaafb1d6f3e081725
treebef792e679f71f29d8167420901104ed9624f13b
parent50984b44b96011427045f6e294b6b09ba7b8ac1d
Add support for built-in kernel build

To build the LTTng modules as builtins in a kernel image, simply run
the "built-in.sh" script with the path to you kernel source directory
as an argument. Then configure your kernel build and add the "CONFIG_LTTNG"
option. Build as usual and voila!

This is an early implementation with a single configuration option that
enables or disables everything, We could add fine grained config options
for each modules or group of modules.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Kconfig [new file with mode: 0644]
README.md
built-in.sh [new file with mode: 0755]
This page took 0.02581 seconds and 4 git commands to generate.