Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b552c8e2 authored by Vivek Veenam's avatar Vivek Veenam Committed by Gerrit - the friendly Code Review server
Browse files

msm: msm8916: camera: Add correct macro for ov5645 in make file



Add correct config name for ov5645 object file in the make file

Change-Id: I1bd7712b4c7b5256d2a57c64066502a9c554c74b
Signed-off-by: default avatarVivek Veenam <vveenam@codeaurora.org>
parent c1732a1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ obj-$(CONFIG_OV9724) += ov9724.o
obj-$(CONFIG_HI256) += hi256.o
obj-$(CONFIG_OV5648) += ov5648.o
obj-$(CONFIG_MT9M114) += mt9m114.o
obj-$(CONFIG_MT9M114) += ov5645.o
obj-$(CONFIG_OV5645) += ov5645.o
obj-$(CONFIG_SP1628) += sp1628.o
obj-$(CONFIG_GC0339) += gc0339.o