]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: legacy: remove protocol.o from the makefile
authorDavid Lin <dtwlin@google.com>
Sat, 21 May 2016 01:37:02 +0000 (18:37 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Sat, 21 May 2016 02:45:50 +0000 (19:45 -0700)
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>
drivers/staging/greybus/Makefile

index 6d07b1bcd21becd4aa236f6a42fa122c14778222..f7fe4d512015787b87730e50696e85a0efee9f0f 100644 (file)
@@ -6,7 +6,6 @@ greybus-y :=    core.o          \
                interface.o     \
                bundle.o        \
                connection.o    \
-               protocol.o      \
                control.o       \
                svc.o           \
                svc_watchdog.o  \