sm8350-common: Initial common device tree conversion

Change-Id: I0d7188b3fa82dddf3f9fb9523d716a8f15f46184
This commit is contained in:
Bruno Martins 2021-05-25 17:54:59 +01:00 committed by LuK1337
commit 410e7ff323
39 changed files with 85 additions and 88 deletions

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2018 The LineageOS Project
# Copyright (C) 2021 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter instantnoodle instantnoodlep kebab,$(TARGET_DEVICE)),)
ifneq ($(filter lemonade lemonadep,$(TARGET_DEVICE)),)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))