Revert "goldfish: pipe: ANDROID: remove a redundant target"

This reverts commit d176c57751.

Reason for revert: this is a regression as it reverts a previous build fix.

Change-Id: I880b97e6fc16a39dbc7be9466e0d1b7b2d8f9e8d
This commit is contained in:
Greg Kroah-Hartman 2018-05-03 15:18:36 +00:00 committed by Greg Hackmann
parent 834913c4b7
commit 1fe7e9202e

View file

@ -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