Browse Source
Display port driver can be reused, so we move it to common/drivers. TEST=build mt8195 pass BUG=b:233720142 Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com> Change-Id: I58c7b41ba3ad653cdf6f6fbae6778abfd7e950a9pull/1988/head
Rex-BC Chen
2 years ago
committed by
Bo-Chen Chen
4 changed files with 18 additions and 4 deletions
@ -1,5 +1,5 @@ |
|||
/*
|
|||
* Copyright (c) 2020, MediaTek Inc. All rights reserved. |
|||
* Copyright (c) 2020-2022, MediaTek Inc. All rights reserved. |
|||
* |
|||
* SPDX-License-Identifier: BSD-3-Clause |
|||
*/ |
@ -1,5 +1,5 @@ |
|||
/*
|
|||
* Copyright (c) 2020, MediaTek Inc. All rights reserved. |
|||
* Copyright (c) 2020-2022, MediaTek Inc. All rights reserved. |
|||
* |
|||
* SPDX-License-Identifier: BSD-3-Clause |
|||
*/ |
@ -0,0 +1,14 @@ |
|||
#
|
|||
# Copyright (c) 2022, MediaTek Inc. All rights reserved.
|
|||
#
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
|||
#
|
|||
|
|||
LOCAL_DIR := $(call GET_LOCAL_DIR) |
|||
|
|||
MODULE := dp |
|||
LOCAL_SRCS-y := $(LOCAL_DIR)/mt_dp.c |
|||
|
|||
PLAT_INCLUDES += -I${LOCAL_DIR} |
|||
|
|||
$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL))) |
Loading…
Reference in new issue