summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2018-05-03 15:18:36 +0000
committerGreg Hackmann <ghackmann@google.com>2018-05-03 16:44:13 +0000
commit1fe7e9202e522c89fb43e6013f7191cbfcc2133e (patch)
tree7a366c2dc17341e22f419be0b0049fb20c8e115c /drivers/platform
parent834913c4b790f7bf04e7181337ade138702959e4 (diff)
Revert "goldfish: pipe: ANDROID: remove a redundant target"
This reverts commit d176c57751903809f81c9021f4d45eb9c907e605. Reason for revert: this is a regression as it reverts a previous build fix. Change-Id: I880b97e6fc16a39dbc7be9466e0d1b7b2d8f9e8d
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/goldfish/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/Makefile b/drivers/platform/goldfish/Makefile
index e53ae2fc717b..277a820ee4e1 100644
--- a/drivers/platform/goldfish/Makefile
+++ b/drivers/platform/goldfish/Makefile
@@ -2,4 +2,5 @@
# Makefile for Goldfish platform specific drivers
#
obj-$(CONFIG_GOLDFISH_BUS) += pdev_bus.o
-obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o goldfish_pipe_v2.o
+obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe_all.o
+goldfish_pipe_all-objs := goldfish_pipe.o goldfish_pipe_v2.o