universal7885: Decommonize dtbhtoolExynos

* also add m30lte, a30, a40 in guard

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2020-10-16 11:31:14 +00:00 committed by roynatech2544
commit 44697f9a6e
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter m20lte, $(TARGET_DEVICE)),)
ifneq ($(filter m20lte m30lte a40 a30, $(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))