From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E932DC61DA4 for ; Wed, 22 Feb 2023 16:47:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9F01685BC6; Wed, 22 Feb 2023 17:38:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="Jmo04ED+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A47C785B40; Wed, 22 Feb 2023 17:36:16 +0100 (CET) Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 377E285B39 for ; Wed, 22 Feb 2023 17:35:14 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd2d.google.com with SMTP id e17so56438iot.1 for ; Wed, 22 Feb 2023 08:35:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=YMDkBvaSVzIYzBp1wKRkcFee3XEV6AsUF3++ds5syyA=; b=Jmo04ED+jKr0P9XwPgac5cZdtjdEAffV7GUA2Rw9Og9z+gPxuK93Xm1T2MDpmF2TkW kvBFYGTuakF67DScD6S40UncI3Mkoad2npixh4tJj7fblFhttfyafLUCfilDk7pcZMUF 8t8bWJ4wn3tP2eF4RwT/kXP9XiVjBjCwufLm0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YMDkBvaSVzIYzBp1wKRkcFee3XEV6AsUF3++ds5syyA=; b=Y7Ww7pLjfQmAxjeRR6BOHhx2VVMnNZBIzyMIo8lVW46zhZAv/rengY6m0f9Jy0M/gF NKkZmfiGzogshuLd7o+bmmIT1UGkRtp/Alb7cZTJ1VPEsYp90AA6yoGpDBsxAds+Q7hp n/vxUTTGs3CLplrN6WiRkHlJNlrfU0UZATY2092a6vHD2y/cpIoLlVFT2nUfO9hnYP3E W0QyyhWZyFVjeKIs2hTwt+nBsNttG0b65Q3RnVuTrg+YtlgrUJezBkMCyX/rvg4nccxe MhoX3v8jV6m5rOP+QuBBLmHTPaD6vxdbZjDpJw96te3zlebk3JTECWalThEdur7Cs5Le OSnQ== X-Gm-Message-State: AO0yUKVdbx8UlKrzoK74+5HWVr9kxFnR4YPm/IRrp4+mlDqmXbr414/S BHjT0+ZF/eGbjABSWgaeV2uexCqSdwmdgOm8 X-Google-Smtp-Source: AK7set+BmKfK/VNaGsXUf+Sk1zilJ0mlZA+DuNhwrvyS7DWIBDSZ6sY/20I2gHDfQxQw7HpWcwqWNw== X-Received: by 2002:a6b:d917:0:b0:723:3ea8:5e86 with SMTP id r23-20020a6bd917000000b007233ea85e86mr5408299ioc.13.1677083704192; Wed, 22 Feb 2023 08:35:04 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id z26-20020a056602005a00b00716eb44b97esm2164541ioz.27.2023.02.22.08.35.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:35:03 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v5 26/44] fixdep: Add support for VPL Date: Wed, 22 Feb 2023 09:34:07 -0700 Message-Id: <20230222163425.2043934-27-sjg@chromium.org> X-Mailer: git-send-email 2.39.2.637.g21b0678d19-goog In-Reply-To: <20230222163425.2043934-1-sjg@chromium.org> References: <20230222163425.2043934-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Add VPL files into the mix so that we can fix up the dependencies there. Signed-off-by: Simon Glass --- (no changes since v1) scripts/basic/fixdep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 5ced0f6b069..3d40bd7ee25 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c @@ -421,6 +421,8 @@ int main(int argc, char *argv[]) strcpy(tmp_buf, "SPL_"); else if (!strncmp(target, "tpl/", 4)) strcpy(tmp_buf, "TPL_"); + else if (!strncmp(target, "vpl/", 4)) + strcpy(tmp_buf, "VPL_"); /* end U-Boot hack */ xprintf("cmd_%s := %s\n\n", target, cmdline); -- 2.39.2.637.g21b0678d19-goog