Commit Graph

2 Commits (4b05018ffe82e49a15dba9417e3dd5a04bb6c9ff)

Author SHA1 Message Date
logwang c36e692a8e 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
```
2017-10-25 15:26:01 +08:00
logwang a9643ea85c init 2017-04-21 18:43:26 +08:00