Fix: Use kbuild env instead of a custom var KERNELDIR
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 8 Feb 2016 21:33:17 +0000 (16:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Feb 2016 20:20:25 +0000 (15:20 -0500)
commitebc53e0295274a8d0e04ec87aaab0933d8075cc4
tree6748ab2d8779803501e93189523d986728d17a84
parent5283350bf46f4cec3de30e4fc9b215d88d020d98
Fix: Use kbuild env instead of a custom var KERNELDIR

We currently use the custom variables KERNELDIR and LTTNG_KERNELDIR
to pass the kernel source tree directory to helper scripts. We should
instead use the built-in Kbuild variable CURDIR which is available in
all sub makefiles and always points to the kernel sources.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile
Makefile.ABI.workarounds
This page took 0.024949 seconds and 4 git commands to generate.