Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932971AbcJULQW (ORCPT ); Fri, 21 Oct 2016 07:16:22 -0400 Received: from mail-it0-f49.google.com ([209.85.214.49]:35734 "EHLO mail-it0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754944AbcJULQQ (ORCPT ); Fri, 21 Oct 2016 07:16:16 -0400 MIME-Version: 1.0 From: Bamvor Zhang Jian Date: Fri, 21 Oct 2016 19:16:14 +0800 Message-ID: Subject: Re: [PATCH RFC 4/6] selftests: remove CROSS_COMPILE in dedicated Makefile To: "Zhang Jian(Bamvor)" Cc: Shuah Khan , linux-api , lkml , Mark Brown , Michael Ellerman , Kevin Hilman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1596 Lines: 41 Fix the wrong email address of kevin hilman to khilman@kernel.org. Sorry for inconvenience. On 21 October 2016 at 19:01, wrote: > 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 > --- > tools/testing/selftests/memfd/Makefile | 1 - > tools/testing/selftests/timers/Makefile | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile > index 2c87f23..79891d0 100644 > --- a/tools/testing/selftests/memfd/Makefile > +++ b/tools/testing/selftests/memfd/Makefile > @@ -1,4 +1,3 @@ > -CC = $(CROSS_COMPILE)gcc > CFLAGS += -D_FILE_OFFSET_BITS=64 > CFLAGS += -I../../../../include/uapi/ > CFLAGS += -I../../../../include/ > diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile > index 4a3bffe..b90e50c 100644 > --- a/tools/testing/selftests/timers/Makefile > +++ b/tools/testing/selftests/timers/Makefile > @@ -1,4 +1,3 @@ > -CC = $(CROSS_COMPILE)gcc > BUILD_FLAGS = -DKTEST > CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS) > LDFLAGS += -lrt -lpthread > -- > 1.8.4.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-api" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html