Karl Li | 130536e | 2023-04-21 11:43:24 +0800 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2023, MediaTek Inc. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | LOCAL_DIR := $(call GET_LOCAL_DIR) | ||||
8 | |||||
9 | MODULE := apusys_devapc | ||||
10 | |||||
11 | LOCAL_SRCS-y := ${LOCAL_DIR}/apusys_dapc_v1.c | ||||
12 | |||||
13 | $(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL))) |