mirror of https://github.com/F-Stack/f-stack.git
Merge pull request #630 from thegreathir/fix_ff_kni_makefile
Fix 'FF_KNI' ifdef in Makefile
This commit is contained in:
commit
02ff469b49
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue