fix: remove 'src/' from modules install path
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Feb 2021 21:51:47 +0000 (16:51 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Apr 2021 17:02:27 +0000 (13:02 -0400)
commit600da0c9c2a133a3154bd5ad6df428d8e3256e30
tree0f30f9fe1dd83fe16109844b51909f8b263a1db2
parent4140ad5d31731fbfc179fbcf0221322cfeba6461
fix: remove 'src/' from modules install path

The move of the modules sources in the 'src/' subdirectory had the
unexpected side effect of adding 'src/' to the module install path
inside '/lib/modules/$(uname -r)/extra'. Adjust the Makefiles to return
to the initial behavior.

Change-Id: I280fe8a1e5ef367edeec0a6351351a233cc6f0be
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ifcc64ea95c0e1435567150d976d42e3add3f7523
16 files changed:
Kbuild.common [deleted file]
Kconfig [deleted file]
Makefile
src/Kbuild
src/Kbuild.common [new file with mode: 0644]
src/Kconfig [new file with mode: 0644]
src/lib/Kbuild
src/probes/Kbuild
src/tests/Kbuild [new file with mode: 0644]
src/tests/Kconfig [new file with mode: 0644]
src/tests/clock-plugin/lttng-clock-plugin-test.c [new file with mode: 0644]
src/tests/probes/lttng-test.c [new file with mode: 0644]
tests/Kbuild [deleted file]
tests/Kconfig [deleted file]
tests/clock-plugin/lttng-clock-plugin-test.c [deleted file]
tests/probes/lttng-test.c [deleted file]
This page took 0.02624 seconds and 4 git commands to generate.