blob: 786d5147e81cabdf794671ca2a250a1e0a3335ed [file] [log] [blame]
developerec6eef72022-07-11 18:48:43 +08001#
2# Copyright (c) 2022, MediaTek Inc. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7LOCAL_DIR := $(call GET_LOCAL_DIR)
8
9MODULE := dp
10LOCAL_SRCS-y := $(LOCAL_DIR)/mt_dp.c
11
12PLAT_INCLUDES += -I${LOCAL_DIR}
13
14$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))