Skip to content
Snippets Groups Projects
Commit 0b8fcfe5 authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Mikhail Vanyulin
Browse files

compile arch/arm/mach-imx/video.c for mx8mm


Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent dbe2b488
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ifneq ($(CONFIG_SPL_BUILD),y) ...@@ -48,7 +48,7 @@ ifneq ($(CONFIG_SPL_BUILD),y)
obj-$(CONFIG_FSL_MFGPROT) += cmd_mfgprot.o obj-$(CONFIG_FSL_MFGPROT) += cmd_mfgprot.o
endif endif
endif endif
ifeq ($(SOC),$(filter $(SOC),mx5 mx6 mx7)) ifeq ($(SOC),$(filter $(SOC),mx5 mx6 mx7 imx8m))
obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
endif endif
ifeq ($(SOC),$(filter $(SOC),mx6 mx7)) ifeq ($(SOC),$(filter $(SOC),mx6 mx7))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment