History log of /f-stack/mk/kern.pre.mk (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1
# 22ce4aff 31-Aug-2021 fengbojiang <[email protected]>

FreeBSD: Upgrade to FreeBSD-releng-13.0 compiled, to be tested.


Revision tags: v1.21, v1.20, v1.13, v1.12, v1.11
# c36e692a 25-Oct-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 "

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
```

show more ...


# a9643ea8 21-Apr-2017 logwang <[email protected]>

init