All of lore.kernel.org
 help / color / mirror / Atom feed
From: minyard@acm.org
To: qemu-devel@nongnu.org, cminyard@mvista.com
Subject: [Qemu-devel] [PATCH 5/5] ipmi: fix build config variable name for ipmi_bmc_extern.o
Date: Thu,  8 Sep 2016 14:52:33 -0500	[thread overview]
Message-ID: <1473364353-23775-6-git-send-email-minyard@acm.org> (raw)
In-Reply-To: <1473364353-23775-1-git-send-email-minyard@acm.org>

From: "Daniel P. Berrange" <berrange@redhat.com>

The original commit:

  commit 67aa56fc03bea44ccf384ea400515a8a58844a50
  Author: Corey Minyard <cminyard@mvista.com>
  Date:   Thu Dec 17 12:50:06 2015 -0600

    ipmi: Add an external connection simulation interface

defined a new variable CONFIG_IPMI_EXTERN, but then went
on to mistakely use the pre-existing CONFIG_IPMI_LOCAL
variable.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
---
 hw/ipmi/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ipmi/Makefile.objs b/hw/ipmi/Makefile.objs
index a90318d..1b422bb 100644
--- a/hw/ipmi/Makefile.objs
+++ b/hw/ipmi/Makefile.objs
@@ -1,5 +1,5 @@
 common-obj-$(CONFIG_IPMI) += ipmi.o
 common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o
-common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_extern.o
+common-obj-$(CONFIG_IPMI_EXTERN) += ipmi_bmc_extern.o
 common-obj-$(CONFIG_ISA_IPMI_KCS) += isa_ipmi_kcs.o
 common-obj-$(CONFIG_ISA_IPMI_BT) += isa_ipmi_bt.o
-- 
2.7.4

  parent reply	other threads:[~2016-09-08 19:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08 19:52 [Qemu-devel] [PATCH 0/5] ipmi: Minor fixes minyard
2016-09-08 19:52 ` [Qemu-devel] [PATCH 1/5] ipmi: Remove hotplug from IPMI BMCs minyard
2016-09-08 19:52 ` [Qemu-devel] [PATCH 2/5] ipmi_bmc_sim: Remove an unnecessary mutex minyard
2016-09-08 19:52 ` [Qemu-devel] [PATCH 3/5] ipmi: chassis poweroff should use qemu_system_shutdown_request() minyard
2016-09-08 19:52 ` [Qemu-devel] [PATCH 4/5] ipmi: Implement shutdown via ACPI overtemp minyard
2016-09-08 19:52 ` minyard [this message]
2016-09-12 20:57 ` [Qemu-devel] [PATCH] ipmi: Add graceful shutdown handling to the external BMC minyard

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=1473364353-23775-6-git-send-email-minyard@acm.org \
    --to=minyard@acm.org \
    --cc=cminyard@mvista.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.