summaryrefslogtreecommitdiffstats
path: root/build/external/packages/dpdk.mk
diff options
context:
space:
mode:
authorRenato Botelho do Couto <renato@netgate.com>2024-06-05 17:49:09 +0000
committerDamjan Marion <dmarion@0xa5.net>2024-06-10 13:14:04 +0000
commit8a424338addc5c23e7ced85e908fe7d8b087b3d4 (patch)
tree9b565a3e8a3d26810f3aaee586ead6f778363668 /build/external/packages/dpdk.mk
parent893dacae3f93dcab24fdeb0c7e4a44d30b2db0ee (diff)
build: Fix makefile syntax
Type: fix Change-Id: I29f679ffbc14242d9e7e5284b698b86a70fbbef6 Signed-off-by: Renato Botelho do Couto <renato@netgate.com>
Diffstat (limited to 'build/external/packages/dpdk.mk')
-rw-r--r--build/external/packages/dpdk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk
index c03d1a14703..8ee65faac8c 100644
--- a/build/external/packages/dpdk.mk
+++ b/build/external/packages/dpdk.mk
@@ -138,7 +138,7 @@ DPDK_DRIVERS_DISABLED := $(shell echo $(DPDK_DRIVERS_DISABLED) | tr -d '\\\t ')
DPDK_LIBS_DISABLED := $(shell echo $(DPDK_LIBS_DISABLED) | tr -d '\\\t ')
SED=sed
-ifeq ($shell(uname), FreeBSD)
+ifeq ($(shell uname), FreeBSD)
SED=gsed
endif