patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 19.11.7] lib/power: fix make build error
@ 2021-03-09 13:35 David Hunt
  0 siblings, 0 replies; only message in thread
From: David Hunt @ 2021-03-09 13:35 UTC (permalink / raw)
  To: stable; +Cc: david.hunt

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-09 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 13:35 [dpdk-stable] [PATCH 19.11.7] lib/power: fix make build error David Hunt

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).