From: Paolo Bonzini <pbonzini@redhat.com>
To: Yu Zhang <yu.c.zhang@linux.intel.com>, kvm@vger.kernel.org
Cc: seanjc@google.com
Subject: Re: A question of KVM selftests' makefile
Date: Wed, 25 Jan 2023 19:46:47 +0100 [thread overview]
Message-ID: <4320fc00-ac70-c0ef-672c-b3bb03496bdf@redhat.com> (raw)
In-Reply-To: <20230125085350.xg6u73ozznpum4u5@linux.intel.com>
On 1/25/23 09:53, Yu Zhang wrote:
> x := $(shell mkdir -p $(sort $(dir $(LIBKVM_C_OBJ) $(LIBKVM_S_OBJ))))
> $(LIBKVM_C_OBJ): $(OUTPUT)/%.o: %.c
> - $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@
> + $(CC) $(CFLAGS) $(CPPFLAGS) $(EXTRA_CFLAGS) $(TARGET_ARCH) -c $< -o $@
Yes, this all looks very good. Feel free to post it as a patch!
Paolo
next prev parent reply other threads:[~2023-01-25 18:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 8:53 A question of KVM selftests' makefile Yu Zhang
2023-01-25 17:26 ` Sean Christopherson
2023-01-25 18:46 ` Paolo Bonzini [this message]
2023-01-27 14:29 ` Yu Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4320fc00-ac70-c0ef-672c-b3bb03496bdf@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=seanjc@google.com \
--cc=yu.c.zhang@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox