[dpdk-stable] [PATCH 19.11.7] lib/power: fix make build error

David Hunt david.hunt at intel.com
Tue Mar 9 14:35:33 CET 2021


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 at 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



More information about the stable mailing list