mirror of https://github.com/F-Stack/f-stack.git
c36e692a8e
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 ``` |
||
---|---|---|
.. | ||
compiler.mk | ||
kern.mk | ||
kern.pre.mk |