summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/README
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-11 15:44:51 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-11 15:44:51 +0800
commit4c009fada183bbca4dfa40e187268d3ee1040119 (patch)
tree277636f0868cd573dd34beb4f0a4ee01615034ba /drivers/staging/greybus/README
parent06823c3eb9c4069f899b0c71d35fd17af945627c (diff)
greybus: update README with info on how to build and contact me.
Diffstat (limited to 'drivers/staging/greybus/README')
-rw-r--r--drivers/staging/greybus/README9
1 files changed, 9 insertions, 0 deletions
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 <greg@kroah.com>