Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514AbcKRK5l (ORCPT ); Fri, 18 Nov 2016 05:57:41 -0500 Received: from ozlabs.org ([103.22.144.67]:49349 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752295AbcKRK5k (ORCPT ); Fri, 18 Nov 2016 05:57:40 -0500 From: Michael Ellerman To: bamvor.zhangjian@huawei.com, shuahkh@osg.samsung.com Cc: linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, khilman@linaro.org, broonie@kernel.org Subject: Re: [PATCH RFC 3/6] selftests: add default rules for c source file In-Reply-To: <1477047694-24122-4-git-send-email-bamvor.zhangjian@huawei.com> References: <1477047694-24122-1-git-send-email-bamvor.zhangjian@huawei.com> <1477047694-24122-4-git-send-email-bamvor.zhangjian@huawei.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Fri, 18 Nov 2016 21:57:37 +1100 Message-ID: <87h975gin2.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 433 Lines: 15 bamvor.zhangjian@huawei.com writes: > From: Bamvor Jian Zhang > > There are difference rules for compiling c source file in different > testcases. In order to enable KBUILD_OUTPUT support in later patch, > this patch introduce the default rules in > "tools/testing/selftest/lib.mk" and remove the existing rules in each > testcase. Looks good. Acked-by: Michael Ellerman cheers