Files
android_kernel_samsung_sm86…/Android.mk
Ingrid Gallardo efe7847b7a mm-drivers: hw_fence: avoid compiling hw_fence driver for taro
hw_fence driver is not required for taro variants.
Since the Display SI 3.0 is shared with taro dev SI variant,
avoid compiling hw_fence as dlkm for taro target.

Change-Id: I84637f2546fd0818d956880fbc1bb86a30a7c916
Signed-off-by: Ingrid Gallardo <quic_ingridg@quicinc.com>
2022-04-25 12:28:00 -07:00

8 rivejä
226 B
Makefile

MM_DRIVER_PATH := $(call my-dir)
include $(MM_DRIVER_PATH)/msm_ext_display/Android.mk
ifneq ($(TARGET_BOARD_PLATFORM), taro)
include $(MM_DRIVER_PATH)/hw_fence/Android.mk
include $(MM_DRIVER_PATH)/sync_fence/Android.mk
endif