lemonadep: Initial device tree conversion

Change-Id: I943e61b56a9e42b228dbed3872037ed84f933d48
This commit is contained in:
Bruno Martins
2021-05-25 18:04:27 +01:00
committed by LuK1337
parent 7b973a39ba
commit 977f347ce7
10 changed files with 39 additions and 39 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.
@@ -27,6 +27,6 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),instantnoodlep)
ifeq ($(TARGET_DEVICE),lemonadep)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif