summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames O'Shannessy <james.oshannessy@fiberdyne.com.au>2018-08-27 16:07:06 +1000
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-26 17:27:25 +1100
commitabfc8ab1d4c230f6ad32a22f3e22bcdd05136c4f (patch)
treed39a86879b3a22ac2518644cd8c60a01442b2e15 /README.md
parent04fbe08f7bfd544488cde9be949b88c7708f4b94 (diff)
Update README.md
Signed-off-by: James O'Shannessy <james.oshannessy@fiberdyne.com.au>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index f60aa35..4c71476 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,15 @@ To build both AVIRT and the dummy Audio Path out-of-tree for [AGL](http://docs.a
$ ./make_agl.sh ${XDS_SDK_ID}
```
### In tree
+To build in tree, the AVIRT Driver and required AudioPath modules can be turned on by setting to ```<M>```. The drivers can be found here:
```
-$ TODO
+$ make menuconfig
+
+# Navigate to: Device Drivers--->Staging Drivers--->AVIRT Support
+```
+Finally build the kernel with the configuration selected by making.
+```
+$ make
```
## Running