[lttng-dev] [PATCH lttng-modules] Fix: Add CONFIG_LTTNG to modules_install target

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Tue Feb 9 15:21:18 EST 2016


merged, thanks!

Mathieu

----- On Feb 9, 2016, at 3:16 PM, Michael Jeanson mjeanson at efficios.com wrote:

> 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

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list