Skip to content
Snippets Groups Projects
Commit 2845a963 authored by Arian's avatar Arian
Browse files

sm8350-common: Add support for renoir

Change-Id: Iece40e1d90835c4515a5dbcb61bbcb569a41996a
parent 9a07f787
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter haydn lisa odin venus,$(TARGET_DEVICE)),)
ifneq ($(filter haydn lisa odin renoir venus,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)
......
......@@ -26,7 +26,7 @@ source "${HELPER}"
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true
# Copyright headers and guards
write_headers "haydn lisa odin venus"
write_headers "haydn lisa odin renoir venus"
# The standard common blobs
write_makefiles "${MY_DIR}/proprietary-files.txt" true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment