From: Greg Kroah-Hartman Date: Mon, 11 Aug 2014 07:44:51 +0000 (+0800) Subject: greybus: update README with info on how to build and contact me. X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~2192 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c009fada183bbca4dfa40e187268d3ee1040119;p=karo-tx-linux.git greybus: update README with info on how to build and contact me. --- diff --git a/drivers/staging/greybus/README b/drivers/staging/greybus/README index 50953b1cbd36..b0745d37265b 100644 --- a/drivers/staging/greybus/README +++ b/drivers/staging/greybus/README @@ -1 +1,10 @@ Greybus kernel code + +To build against the running kernel (odds are you don't want this): + make + +To build against a specific kernel source tree (odds are you want this): + KERNELDIR=/home/some/random/place make + +Any questions / concerns about this code base, please email: + Greg Kroah-Hartman