Merge pull request #630 from thegreathir/fix_ff_kni_makefile

Fix 'FF_KNI' ifdef in Makefile
This commit is contained in:
johnjiang 2022-01-04 17:03:13 +08:00 committed by GitHub
commit 02ff469b49
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
ifndef FF_KNI ifdef FF_KNI
FF_HOST_SRCS+= \ FF_HOST_SRCS+= \
ff_dpdk_kni.c ff_dpdk_kni.c
endif endif