All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign
@ 2015-08-04 23:09 Yuyang Du
  2015-08-05 18:26 ` Andy Lutomirski
  0 siblings, 1 reply; 2+ messages in thread
From: Yuyang Du @ 2015-08-04 23:09 UTC (permalink / raw)
  To: luto; +Cc: linux-kernel, Yuyang Du

Simply adding the vdso_test target by removing the comment sign won't
work unless the targets are added correctly.

Signed-off-by: Yuyang Du <yuyang.du@intel.com>
---
 Documentation/vDSO/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
index b12e987..6ea13ef 100644
--- a/Documentation/vDSO/Makefile
+++ b/Documentation/vDSO/Makefile
@@ -1,7 +1,7 @@
 ifndef CROSS_COMPILE
-# vdso_test won't build for glibc < 2.16, so disable it
-# hostprogs-y := vdso_test
 hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
+# vdso_test won't build for glibc < 2.16, so disable it
+# hostprogs-y += vdso_test
 vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
 vdso_test-objs := parse_vdso.o vdso_test.o
 
-- 
1.9.1


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

* Re: [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign
  2015-08-04 23:09 [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign Yuyang Du
@ 2015-08-05 18:26 ` Andy Lutomirski
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Lutomirski @ 2015-08-05 18:26 UTC (permalink / raw)
  To: Yuyang Du, Jonathan Corbet; +Cc: linux-kernel

On Tue, Aug 4, 2015 at 4:09 PM, Yuyang Du <yuyang.du@intel.com> wrote:
> Simply adding the vdso_test target by removing the comment sign won't
> work unless the targets are added correctly.

Jon, is this yours or mine?

--Andy

>
> Signed-off-by: Yuyang Du <yuyang.du@intel.com>
> ---
>  Documentation/vDSO/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
> index b12e987..6ea13ef 100644
> --- a/Documentation/vDSO/Makefile
> +++ b/Documentation/vDSO/Makefile
> @@ -1,7 +1,7 @@
>  ifndef CROSS_COMPILE
> -# vdso_test won't build for glibc < 2.16, so disable it
> -# hostprogs-y := vdso_test
>  hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
> +# vdso_test won't build for glibc < 2.16, so disable it
> +# hostprogs-y += vdso_test
>  vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
>  vdso_test-objs := parse_vdso.o vdso_test.o
>
> --
> 1.9.1
>



-- 
Andy Lutomirski
AMA Capital Management, LLC

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

end of thread, other threads:[~2015-08-05 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-04 23:09 [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign Yuyang Du
2015-08-05 18:26 ` Andy Lutomirski

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.