Rtwo/kernel/motorola/sm8550-modules/qcom/opensource/display-drivers/Android.mk

13 lines
327 B
Makefile
Raw Permalink Normal View History

2025-09-30 20:22:48 -04:00
# Android makefile for display kernel modules
DISPLAY_DLKM_ENABLE := true
ifeq ($(TARGET_KERNEL_DLKM_DISABLE), true)
ifeq ($(TARGET_KERNEL_DLKM_DISPLAY_OVERRIDE), false)
DISPLAY_DLKM_ENABLE := false
endif
endif
ifeq ($(DISPLAY_DLKM_ENABLE), true)
LOCAL_PATH := $(call my-dir)
include $(LOCAL_PATH)/msm/Android.mk
endif