[lttng-dev] [PATCH lttng-modules] Fix: Add CONFIG_LTTNG to modules_install target
Michael Jeanson
mjeanson at efficios.com
Tue Feb 9 15:16:56 EST 2016
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 6a8c5c7..5d6be94 100644
--- a/Makefile
+++ b/Makefile
@@ -103,12 +103,12 @@ default:
$(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_LTTNG=m modules
modules_install:
- $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
+ $(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_LTTNG=m modules_install
clean:
$(MAKE) -C $(KERNELDIR) M=$(PWD) clean
%.i: %.c
- $(MAKE) -C $(KERNELDIR) M=$(PWD) $@
+ $(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_LTTNG=m $@
endif # KERNELRELEASE
--
2.7.0
More information about the lttng-dev
mailing list