diff options
author | Greg Kroah-Hartman <gregkh@google.com> | 2016-09-19 15:46:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2016-09-19 16:30:37 +0200 |
commit | d4f56b47a8fac90b15adfae80a42a2735d6b3213 (patch) | |
tree | 1ff0da55efa9186343530005a82df6b0f37c34db /drivers/staging/Makefile | |
parent | 526dec064223d7e21b1e3c91759bddff1f7d968a (diff) | |
download | blackbird-obmc-linux-d4f56b47a8fac90b15adfae80a42a2735d6b3213.tar.gz blackbird-obmc-linux-d4f56b47a8fac90b15adfae80a42a2735d6b3213.zip |
staging: greybus: Add drivers/staging/greybus to the build
This adds a proper Kconfig file for drivers/staging/greybus and fixes up
the Makefile to work correctly within the kernel build system (modules
depend on the .config options, etc.)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 9f6009dcafa8..210fcea7a5fd 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -41,3 +41,4 @@ obj-$(CONFIG_WILC1000) += wilc1000/ obj-$(CONFIG_MOST) += most/ obj-$(CONFIG_ISDN_I4L) += i4l/ obj-$(CONFIG_KS7010) += ks7010/ +obj-$(CONFIG_GREYBUS) += greybus/ |