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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB57EC25B48 for ; Fri, 27 Oct 2023 00:54:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229694AbjJ0Ayz (ORCPT ); Thu, 26 Oct 2023 20:54:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbjJ0Ayx (ORCPT ); Thu, 26 Oct 2023 20:54:53 -0400 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [IPv6:2001:41d0:1004:224b::bc]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EBDE1B5 for ; Thu, 26 Oct 2023 17:54:51 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1698368089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=cq/zS3bClxm7imQuXSmhkVhZzdLZ0oD5E8hPeZyMmAs=; b=WwHQMZf851niOPkkGeadjQ36LlhhpBLcxa3AUeqdx3S9WuUaGtA/1k3YFW81S15jE70V1y ExRV6gIE7nlOecKA4zCT4baT0EId/aNk+lTlpXmnqWZCBZ4f3futEZm7SP+QUnyhhKLO/+ Od3X89MvtD9O8TlETpooZFYmtaRpgIE= From: Oliver Upton To: kvmarm@lists.linux.dev Cc: kvm@vger.kernel.org, Marc Zyngier , James Morse , Suzuki K Poulose , Zenghui Yu , Oliver Upton , Nina Schoetterl-Glausch , Aishwarya TCV Subject: [PATCH 0/2] tools: Makefile fixes for sysreg generation Date: Fri, 27 Oct 2023 00:54:37 +0000 Message-ID: <20231027005439.3142015-1-oliver.upton@linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Fixing a couple of issues in the Makefile changes required to get sysreg generation working. Cc: Nina Schoetterl-Glausch Cc: Aishwarya TCV Oliver Upton (2): tools: arm64: Fix references to top srcdir in Makefile KVM: selftests: Avoid using forced target for generating arm64 headers tools/arch/arm64/tools/Makefile | 16 ++++++++-------- tools/testing/selftests/kvm/Makefile | 11 +++++------ 2 files changed, 13 insertions(+), 14 deletions(-) base-commit: 54a9ea73527d55ab746d5425e10f3fa748e00e70 -- 2.42.0.820.g83a721a137-goog