From abfc8ab1d4c230f6ad32a22f3e22bcdd05136c4f Mon Sep 17 00:00:00 2001 From: James O'Shannessy Date: Mon, 27 Aug 2018 16:07:06 +1000 Subject: Update README.md Signed-off-by: James O'Shannessy --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') 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 ``````. 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 -- cgit 1.2.3-korg