Fix 'FF_KNI' ifdef in Makefile

This commit is contained in:
thegreathir 2021-12-28 13:57:06 +03:30
parent ff817d99b7
commit fc4410cb16
1 changed files with 1 additions and 1 deletions

View File

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