diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-25 17:37:07 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:50 +1100 |
commit | d66dbf0820e9e7e14a6f723c1ce92b7ac4e0280d (patch) | |
tree | a63bb7dea2279c61cdfa52c78d3b889e6e0c8869 /docs/2.Building.md | |
parent | d8ff159e37cb3768358b350b2dc80118d81d4b2c (diff) |
Refactor all avirt_ symbols to have have snd prefix, as per Linux sound
This will aid the eventual migration the the upstream mainline Linux kernel
Fix some checkpatch warnings, and other compiler warnings
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'docs/2.Building.md')
-rw-r--r-- | docs/2.Building.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/2.Building.md b/docs/2.Building.md index 3e42746..5fd9d23 100644 --- a/docs/2.Building.md +++ b/docs/2.Building.md @@ -28,7 +28,7 @@ $ make or ```sh -$ CONFIG_AVIRT=m CONFIG_AVIRT_BUILDLOCAL=y CONFIG_AVIRT_DUMMYAP=m make -C /lib/modules/$(uname -r)/build/ M=$(pwd) +$ CONFIG_AVIRT=m CONFIG_AVIRT_BUILDLOCAL=y CONFIG_AVIRT_AP_DUMMY=m CONFIG_AVIRT_AP_LOOPBACK=m make -C /lib/modules/$(uname -r)/build/ M=$(pwd) ``` The latter is executed internally with the make file. |