Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752831AbcKRK6T (ORCPT ); Fri, 18 Nov 2016 05:58:19 -0500 Received: from ozlabs.org ([103.22.144.67]:60727 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752708AbcKRK6Q (ORCPT ); Fri, 18 Nov 2016 05:58:16 -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 4/6] selftests: remove CROSS_COMPILE in dedicated Makefile In-Reply-To: <1477047694-24122-5-git-send-email-bamvor.zhangjian@huawei.com> References: <1477047694-24122-1-git-send-email-bamvor.zhangjian@huawei.com> <1477047694-24122-5-git-send-email-bamvor.zhangjian@huawei.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Fri, 18 Nov 2016 21:58:13 +1100 Message-ID: <87eg29gim2.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: 441 Lines: 15 bamvor.zhangjian@huawei.com writes: > From: Bamvor Jian Zhang > > After previous clean up patches, memfd and timers could get > CROSS_COMPILE from tools/testing/selftest/lib.mk. There is no need to > preserve these definition. So, this patch remove them. > > Signed-off-by: Bamvor Jian Zhang Another nice cleanup, thanks. Acked-by: Michael Ellerman cheers