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:
parent
834913c4b7
commit
1fe7e9202e
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@
|
||||||
# Makefile for Goldfish platform specific drivers
|
# Makefile for Goldfish platform specific drivers
|
||||||
#
|
#
|
||||||
obj-$(CONFIG_GOLDFISH_BUS) += pdev_bus.o
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue