From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486AbbHEHAc (ORCPT ); Wed, 5 Aug 2015 03:00:32 -0400 Received: from mga01.intel.com ([192.55.52.88]:51064 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735AbbHEHAb (ORCPT ); Wed, 5 Aug 2015 03:00:31 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,614,1432623600"; d="scan'208";a="536287447" From: Yuyang Du To: luto@amacapital.net Cc: linux-kernel@vger.kernel.org, Yuyang Du Subject: [PATCH] vDSO,test: Add vdso_test as an additional target with add-assign Date: Wed, 5 Aug 2015 07:09:44 +0800 Message-Id: <1438729784-29486-1-git-send-email-yuyang.du@intel.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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