diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-08-28 16:30:13 +1000 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:26 +1100 |
commit | e0fe74f581d6eb6717d7a44514fe4bffe7b5b4bb (patch) | |
tree | 059442359759563f776ceaef256ae5e393e95be9 | |
parent | 82a633ffac43f3849c211f13e369236e7e1ab4c6 (diff) |
Update README.md
Mention the Linux fork on Fiberdyne GitHub for building in-tree
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ 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: +To build in tree, use the [Fiberdyne Linux fork](https://github.com/fiberdyne/linux), which will automatically clone the AVIRT Driver and required AudioPath modules to the `drivers/staging` directory. You can then turn AVIRT Support on by setting to `<M>`. The drivers can be found here: ``` $ make menuconfig |