summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorDavid Lin <dtwlin@google.com>2016-05-20 18:37:02 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-20 19:45:50 -0700
commit038405db982987bbe01ddc1fd90fba2dba700dd4 (patch)
tree91fc8d8610ad1fbcec9a4070c2869761e25d6781 /drivers/staging/greybus/Makefile
parent206dc534e99a5bfc10a699442f0c20d372eacf44 (diff)
greybus: legacy: remove protocol.o from the makefile
Commit 0917cba11 ("legacy: remove legacy driver support") removed protocol.c, however, the corresponding target in the Makefile was not removed therefore broken the build. Testing Done: - Build & boot on EVT1.5 Signed-off-by: David Lin <dtwlin@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 6d07b1bcd21b..f7fe4d512015 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -6,7 +6,6 @@ greybus-y := core.o \
interface.o \
bundle.o \
connection.o \
- protocol.o \
control.o \
svc.o \
svc_watchdog.o \