summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-25 14:59:21 (GMT)
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-25 23:35:59 (GMT)
commit0f37860de9a86d25f86ccc95631fa03fa766f31e (patch)
tree31854eac530903f1681a84dd81afd48387084424 /drivers/staging/greybus/Makefile
parentdc3da5db2858c3fb33441988d1b6d56c06e53d7d (diff)
downloadlinux-0f37860de9a86d25f86ccc95631fa03fa766f31e.tar.xz
greybus: kill the endo
Remove the now unused endo and module code. Note that the never-implemented serial and version attributes of the endo can be implemented as svc attributes if needed. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 40e22ec..cc50482 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -2,8 +2,6 @@ greybus-y := core.o \
debugfs.o \
hd.o \
manifest.o \
- endo.o \
- module.o \
interface.o \
bundle.o \
connection.o \