For example, if you have an extra FreeBSD kernel module, and want to compile it into F-Stack, you can do it like this: ``` cd f-stack/lib export "KMOD_SRCS=/your/kmod/path/a.c /your/kmod/path/b.c" export "CONF_CFLAGS=-I/your/kmod/path" make ```