Searched hist:c36e692a (Results 1 – 2 of 2) sorted by relevance
| /f-stack/mk/ |
| H A D | kern.pre.mk | c36e692a Wed Oct 25 07:19:26 GMT 2017 logwang <[email protected]> Use `KMOD_SRCS` to pass extra kernel module sourcs.
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 ```
|
| /f-stack/lib/ |
| H A D | Makefile | c36e692a Wed Oct 25 07:19:26 GMT 2017 logwang <[email protected]> Use `KMOD_SRCS` to pass extra kernel module sourcs.
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 ```
|