Add TARGET_SLSI_VARIANT makefile guard

Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
This commit is contained in:
Christopher N. Hesse
2018-02-19 20:21:47 +01:00
committed by Tim Zimmermann
parent 2d23498c45
commit 3ef353088b

View File

@@ -1,3 +1,4 @@
ifeq ($(TARGET_SLSI_VARIANT),linaro)
ifneq ($(filter exynos, $(TARGET_SOC_NAME)),)
openmax_dirs := \
videocodec \
@@ -14,3 +15,4 @@ openmax_dirs := \
include $(call all-named-subdir-makefiles,$(openmax_dirs))
endif
endif
endif