summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-24 13:01:41 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2015-01-02 13:05:42 -0800
commit66b676fd88a681b149e98c462e2c0337c2848770 (patch)
tree0cc4c19957b783d83001b5eb6a138fc5e5171d97 /drivers/staging/greybus/Makefile
parent12a5dfc9acf690504e7266a8f310702bc9e6872c (diff)
greybus: vibrator-gb: move vibrator protocol to a stand-alone module.
We can't use the gb_protocol_driver() macro here as we need to do some init and exit logic when loading and removing, so "open code" the module init and exit functions. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 6ce00c2b6e97..f7284680f6e0 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -13,11 +13,11 @@ greybus-y := core.o \
sdio-gb.o \
uart-gb.o \
battery-gb.o \
- vibrator-gb.o \
usb-gb.o
obj-m += greybus.o
obj-m += i2c-gb.o
+obj-m += vibrator-gb.o
obj-m += es1-ap-usb.o
KERNELVER ?= $(shell uname -r)