blob: c335803699c5c2f93c6eae967d531234802e9888 [file] [log] [blame]
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05301sdm-libs := sdm/libs
Naseer Ahmed66e55e22019-11-21 12:07:46 -08002display-hals := include $(sdm-libs)/utils $(sdm-libs)/core libdebug gpu_tonemapper
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05303
4ifneq ($(TARGET_IS_HEADLESS), true)
5 display-hals += libcopybit liblight libmemtrack hdmi_cec \
Lakshmi Narayana Kalavala25fe12c2019-12-11 20:44:55 -08006 libdrmutils libhistogram drm.vendor
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05307endif
8
Naseer Ahmed202a6162018-02-09 10:42:10 -05009display-hals += gralloc
Gousemoodhin Nadaf2e3eb3f2018-12-12 15:25:22 +053010display-hals += sde-drm
Naseer Ahmed0d146882019-10-18 15:19:43 -040011display-hals += composer
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