blob: 3cca6342fe162b5fef436c59f39568ca43cd5ec0 [file] [log] [blame]
Pothuluraiah Usarthi37274872017-12-11 11:37:08 -08001ifneq ($(TARGET_DISABLE_DISPLAY),true)
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05302sdm-libs := sdm/libs
Naseer Ahmed99051282017-05-15 12:20:07 -04003display-hals := include $(sdm-libs)/utils $(sdm-libs)/core libdebug
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05304
5ifneq ($(TARGET_IS_HEADLESS), true)
6 display-hals += libcopybit liblight libmemtrack hdmi_cec \
Rajavenu Kyathamc33748f2019-05-13 19:29:08 +05307 composer gpu_tonemapper libdrmutils
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05308endif
9
Naseer Ahmed202a6162018-02-09 10:42:10 -050010display-hals += gralloc
Gousemoodhin Nadaf2e3eb3f2018-12-12 15:25:22 +053011display-hals += sde-drm
Dileep Marchya96db2582014-10-27 20:58:37 -070012
Naseer Ahmed74214722013-02-09 08:11:36 -050013ifeq ($(call is-vendor-board-platform,QCOM),true)
14 include $(call all-named-subdir-makefiles,$(display-hals))
15else
Naseer Ahmed07bded62014-04-11 19:46:04 -040016ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
Naseer Ahmed74214722013-02-09 08:11:36 -050017 include $(call all-named-subdir-makefiles,$(display-hals))
18endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070019endif
Pothuluraiah Usarthi37274872017-12-11 11:37:08 -080020endif #TARGET_DISABLE_DISPLAY