summaryrefslogtreecommitdiff
path: root/package/openpowerlink
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-06-08 23:21:58 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-08 23:24:05 +0200
commit8bc03db7be232b6bc79a5c68d64e11a9fdfb2c52 (patch)
treec7ddbb66c9d1707e88aa344abb4c5e41c7278664 /package/openpowerlink
parent2e0de09b7ca0b04787f4539d9aa52713818b97d2 (diff)
package/openpowerlink: link demos applications with PCIe library interface
In commit f1bc98f396778c9fd8c884527787eb538212f398 the CFG_BUILD_KERNEL_STACK option wasn't set when the PCIe library interface is selected. The build fail since the default choice "Link to Application" (which require libpcap) is used. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openpowerlink')
-rw-r--r--package/openpowerlink/openpowerlink.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/openpowerlink/openpowerlink.mk b/package/openpowerlink/openpowerlink.mk
index 53c636c7c5..4d27d5a635 100644
--- a/package/openpowerlink/openpowerlink.mk
+++ b/package/openpowerlink/openpowerlink.mk
@@ -131,6 +131,9 @@ OPENPOWERLINK_CONF_OPTS += \
else ifeq ($(BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_STACK_LIB),y)
OPENPOWERLINK_CONF_OPTS += \
-DCFG_BUILD_KERNEL_STACK="Linux Kernel Module"
+else ifeq ($(BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_PCIE_STACK_LIB),y)
+OPENPOWERLINK_CONF_OPTS += \
+ -DCFG_BUILD_KERNEL_STACK="Kernel stack on PCIe card"
endif
ifeq ($(BR2_PACKAGE_OPENPOWERLINK_DEMO_MN_CONSOLE),y)