Skip to content

Commit

Permalink
[media] solo6x10: fix broken Makefile
Browse files Browse the repository at this point in the history
The Makefile used := instead of +=, this broke the compatibility build.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent b3c7d45 commit 33cdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/media/solo6x10/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
solo6x10-y := core.o i2c.o p2m.o v4l2.o tw28.o gpio.o disp.o enc.o v4l2-enc.o g723.o

obj-$(CONFIG_SOLO6X10) := solo6x10.o
obj-$(CONFIG_SOLO6X10) += solo6x10.o

0 comments on commit 33cdf5b

Please sign in to comment.