Revert "Fix 'FF_KNI' ifdef in Makefile"

This commit is contained in:
johnjiang 2022-01-10 15:39:36 +08:00 committed by GitHub
parent 02ff469b49
commit b57a4d09f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ EXTRA_TCP_STACKS_SRCS+= \
bbr.c bbr.c
endif endif
ifdef FF_KNI ifndef FF_KNI
FF_HOST_SRCS+= \ FF_HOST_SRCS+= \
ff_dpdk_kni.c ff_dpdk_kni.c
endif endif