From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754548AbcIJNda (ORCPT ); Sat, 10 Sep 2016 09:33:30 -0400 Received: from mail-lf0-f41.google.com ([209.85.215.41]:36026 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753313AbcIJNd1 (ORCPT ); Sat, 10 Sep 2016 09:33:27 -0400 Subject: Re: [PATCH 9/9] selftests: Update vDSO Makefile to work under selftests To: Shuah Khan , corbet@lwn.net, richardcochran@gmail.com References: <2034b315d4f40df479ba7ada1580a22fd91a75b4.1473458697.git.shuahkh@osg.samsung.com> Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org From: Sergei Shtylyov Message-ID: <819386de-26ec-cb69-eb8e-94dcb283711f@cogentembedded.com> Date: Sat, 10 Sep 2016 16:33:24 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <2034b315d4f40df479ba7ada1580a22fd91a75b4.1473458697.git.shuahkh@osg.samsung.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/10/2016 1:22 AM, Shuah Khan wrote: > Update vDSO Makefile to work under selftests. vDSO will not be run as part > of selftests suite and will not included in install targets. They can be ^ be > built separately for now. > > Signed-off-by: Shuah Khan [...] MBR, Sergei