All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-modules] Fix: Add CONFIG_LTTNG to modules_install target
@ 2016-02-09 20:16 Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2016-02-09 20:16 UTC (permalink / raw)
  To: lttng-dev

Signed-off-by: Michael Jeanson <mjeanson@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lttng-modules] Fix: Add CONFIG_LTTNG to modules_install target
       [not found] <1455049016-6087-1-git-send-email-mjeanson@efficios.com>
@ 2016-02-09 20:21 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2016-02-09 20:21 UTC (permalink / raw)
  To: Michael Jeanson; +Cc: lttng-dev

merged, thanks!

Mathieu

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

> Signed-off-by: Michael Jeanson <mjeanson@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-09 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09 20:16 [PATCH lttng-modules] Fix: Add CONFIG_LTTNG to modules_install target Michael Jeanson
     [not found] <1455049016-6087-1-git-send-email-mjeanson@efficios.com>
2016-02-09 20:21 ` Mathieu Desnoyers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.