From fc4410cb1697dc0a3de4070622bb760842905831 Mon Sep 17 00:00:00 2001 From: thegreathir Date: Tue, 28 Dec 2021 13:57:06 +0330 Subject: [PATCH] Fix 'FF_KNI' ifdef in Makefile --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 1a1ffbe13..3a90469b7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -521,7 +521,7 @@ EXTRA_TCP_STACKS_SRCS+= \ bbr.c endif -ifndef FF_KNI +ifdef FF_KNI FF_HOST_SRCS+= \ ff_dpdk_kni.c endif