patches for DPDK stable branches
 help / color / mirror / Atom feed
From: David Hunt <david.hunt@intel.com>
To: stable@dpdk.org
Cc: david.hunt@intel.com
Subject: [dpdk-stable] [PATCH 19.11.7] lib/power: fix make build error
Date: Tue,  9 Mar 2021 13:35:33 +0000	[thread overview]
Message-ID: <20210309133533.39568-1-david.hunt@intel.com> (raw)

In a fix backported from 21.02, there was no modification to
the Makefile included, as that file does not exist any more.
There is a change needed to Makefile in 19.11 as that still
uses make.

Fixes: b00e2adc1d9b ("power: export guest channel header file")

Signed-off-by: David Hunt <david.hunt@intel.com>
---
 lib/librte_power/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_power/Makefile b/lib/librte_power/Makefile
index 9a6db07e5f..16e384e446 100644
--- a/lib/librte_power/Makefile
+++ b/lib/librte_power/Makefile
@@ -19,6 +19,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_POWER) += rte_power_empty_poll.c
 SRCS-$(CONFIG_RTE_LIBRTE_POWER) += power_pstate_cpufreq.c
 
 # install this header file
-SYMLINK-$(CONFIG_RTE_LIBRTE_POWER)-include := rte_power.h  rte_power_empty_poll.h
+SYMLINK-$(CONFIG_RTE_LIBRTE_POWER)-include := rte_power.h  rte_power_empty_poll.h rte_power_guest_channel.h
 
 include $(RTE_SDK)/mk/rte.lib.mk
-- 
2.17.1


                 reply	other threads:[~2021-03-09 13:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210309133533.39568-1-david.hunt@intel.com \
    --to=david.hunt@intel.com \
    --cc=stable@dpdk.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).