| ... | ... | @@ -57,7 +57,7 @@ Note: To use legacy OpenAirInterface Makefiles and to compile Kernel modules, |
|
|
|
(the current procedure doesn't require this), you need to add a link in Kernel
|
|
|
|
source files as per this example:
|
|
|
|
|
|
|
|
``shell
|
|
|
|
```shell
|
|
|
|
export version=<your_kernel_version>
|
|
|
|
ln -s /usr/src/linux-headers-${version}*lowlatency/include/generated/autoconf.h /lib/modules/${version}*lowlatency/build/include/linux
|
|
|
|
```
|
| ... | ... | |