Iliyan Malchev | f5c98d1 | 2012-06-29 16:54:50 -0700 | [diff] [blame] | 1 | ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),) |
Iliyan Malchev | 202a77d | 2012-06-11 14:41:12 -0700 | [diff] [blame] | 2 | |
Iliyan Malchev | 202a77d | 2012-06-11 14:41:12 -0700 | [diff] [blame] | 3 | display-hals := libqcomui |
Sungmin Choi | b514889 | 2012-07-02 17:00:07 -0700 | [diff] [blame] | 4 | display-hals += libgralloc libgenlock libcopybit libhwcomposer liboverlay liblight |
Iliyan Malchev | 202a77d | 2012-06-11 14:41:12 -0700 | [diff] [blame] | 5 | |
| 6 | include $(call all-named-subdir-makefiles,$(display-hals)) |
Iliyan Malchev | f5c98d1 | 2012-06-29 16:54:50 -0700 | [diff] [blame] | 7 | |
| 8 | endif |