Skip to content

Commit

Permalink
Makefile: Add missing soc_camera/ directory
Browse files Browse the repository at this point in the history
drivers/built-in.o: In function `imx074_s_power':
imx074.c:(.text+0x1de93d0): undefined reference to `soc_camera_power_on'
imx074.c:(.text+0x1de93f3): undefined reference to `soc_camera_power_off'
drivers/built-in.o: In function `mt9m001_s_mbus_config':

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 21, 2012
1 parent b4c723e commit a47b611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/platform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ obj-$(CONFIG_ARCH_DAVINCI) += davinci/

obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o

obj-$(CONFIG_SOC_CAMERA) += soc_camera/

obj-y += davinci/

obj-$(CONFIG_ARCH_OMAP) += omap/
Expand Down

0 comments on commit a47b611

Please sign in to comment.