From patchwork Tue Jan 19 12:30:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kent Gibson X-Patchwork-Id: 366439 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0486C4361A for ; Tue, 19 Jan 2021 22:40:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2F6423110 for ; Tue, 19 Jan 2021 22:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405464AbhASOcp (ORCPT ); Tue, 19 Jan 2021 09:32:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2393064AbhASMcU (ORCPT ); Tue, 19 Jan 2021 07:32:20 -0500 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC2BFC061757; Tue, 19 Jan 2021 04:31:39 -0800 (PST) Received: by mail-pf1-x42f.google.com with SMTP id q20so12147016pfu.8; Tue, 19 Jan 2021 04:31:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=NCSydqpnHVjAmvTqsjkiTNmZXzdwl6yVgm/Kw1jmQmE=; b=snSA0a1Y3HOpkhm5sl1YTuqJ52tj5O+GIL4EQwK4Cu+oXDaB8AzBVwvmXn2TwSvRGV 32vUmE8MtVBlqosgFjROj1EONMhB0CCqekPAfQkRIiUPHOlSQsJftMLR4u+LIxePGyGg VEHyFIUPxWZBy6hSwYZjXinAAvEfn/ERWpGyuZH+PTX+3fJIsjxIcKSvjvf+ljiJlm0c bwbFMykeTZFJdmkXmMT40NNRpwsXusJlQ2io7sikbOy/sY6exMHTB+22Mmj0K+SUijWn tjy3Z5zrXyKIMZHcPUvcobinnSs7gwe34bcVanqyhTMtak/fdpJ4UojYfexDsxQOuASm Votw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=NCSydqpnHVjAmvTqsjkiTNmZXzdwl6yVgm/Kw1jmQmE=; b=pZPBcgPaRVC/L0t+Q5Pibqtju+olOED4KvnnpY1dLQd16RIOHw5A2958FVI7qhtsjO 5F8G/p9s1WOJDepaqHw4ovEW6N9P9ta9RAs98Nxl++erxKBfkYf5fPBXAyZpXJRwlR1A pwa3Hx2SpoDkZVeWlzVvAOfh64rA0GIaWnIioWepvPj9avJ1cqzTxSE3dB20mbyhDzby YrckHUhfcLBTbR9HpFYU/odk4uszVkKNKOWTFL4E+J8qbU1eBxb1zN4i90DCRAqqIKFW nwteRvfiKyUI5QNnugZLbYtCeMcVIwZ1qIrcjCr48nu8rFyVv7mxD/SLgndXyyA1wjs7 FL9g== X-Gm-Message-State: AOAM533mqey1hiyrqy2b8EGpI8beHGlMJ2Idc3n2FsTxYaypm9PQb4tv 8XoEuPLH0P5ZbQ+GGUZH1+rYoLeDCoc= X-Google-Smtp-Source: ABdhPJzOFeGsNRsxwIA/iDbyjjpbz/oKvEaUi+zGM5sFdp+jAPEcTQCGUo5EPbetf6EpXiWxv1eJkA== X-Received: by 2002:aa7:8bc3:0:b029:1ba:7a2:7720 with SMTP id s3-20020aa78bc30000b02901ba07a27720mr999384pfd.3.1611059498924; Tue, 19 Jan 2021 04:31:38 -0800 (PST) Received: from sol.lan (106-69-181-154.dyn.iinet.net.au. [106.69.181.154]) by smtp.gmail.com with ESMTPSA id q4sm19283052pgr.39.2021.01.19.04.31.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Jan 2021 04:31:38 -0800 (PST) From: Kent Gibson To: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kselftest@vger.kernel.org, bgolaszewski@baylibre.com, linus.walleij@linaro.org, shuah@kernel.org, bamv2005@gmail.com Cc: Kent Gibson Subject: [PATCH v3 3/7] selftests: remove obsolete build restriction for gpio Date: Tue, 19 Jan 2021 20:30:55 +0800 Message-Id: <20210119123059.102004-4-warthog618@gmail.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210119123059.102004-1-warthog618@gmail.com> References: <20210119123059.102004-1-warthog618@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Build restrictions related to the gpio-mockup-chardev helper are no longer relevant so remove them. Signed-off-by: Kent Gibson Acked-by: Linus Walleij Reviewed-by: Bartosz Golaszewski --- tools/testing/selftests/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index afbab4aeef3c..75a30a5d9945 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -123,15 +123,6 @@ ARCH ?= $(SUBARCH) export KSFT_KHDR_INSTALL_DONE := 1 export BUILD -# build and run gpio when output directory is the src dir. -# gpio has dependency on tools/gpio and builds tools/gpio -# objects in the src directory in all cases making the src -# repo dirty even when objects are relocated. -ifneq (1,$(DEFAULT_INSTALL_HDR_PATH)) - TMP := $(filter-out gpio, $(TARGETS)) - TARGETS := $(TMP) -endif - # set default goal to all, so make without a target runs all, even when # all isn't the first target in the file. .DEFAULT_GOAL := all