Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1200466 > unrolled thread

[PATCH] vDSO,test: Add vdso_test as an additional target with add-assign

Started byYuyang Du <yuyang.du@intel.com>
First post2015-08-05 09:10 +0200
Last post2015-08-05 20:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign Yuyang Du <yuyang.du@intel.com> - 2015-08-05 09:10 +0200
    Re: [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign Andy Lutomirski <luto@amacapital.net> - 2015-08-05 20:30 +0200

#1200466 — [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign

FromYuyang Du <yuyang.du@intel.com>
Date2015-08-05 09:10 +0200
Subject[PATCH] vDSO,test: Add vdso_test as an additional target with add-assign
Message-ID<pU0ZQ-2sZ-7@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1201045

FromAndy Lutomirski <luto@amacapital.net>
Date2015-08-05 20:30 +0200
Message-ID<pUbBU-Uj-13@gated-at.bofh.it>
In reply to#1200466
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web