1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-02-15 00:18:03 +00:00
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

18 lines
461 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021 MediaTek Inc.
MASP_DRIVER_DIR := $(srctree)/drivers/misc/mediatek/masp
ASF_VER := asfv3
subdir-ccflags-y += \
-I$(MASP_DRIVER_DIR)/$(ASF_VER)/inc \
-I$(srctree)/drivers/misc/mediatek/include
include $(MASP_DRIVER_DIR)/$(ASF_VER)/Makefile.sec
include $(MASP_DRIVER_DIR)/$(ASF_VER)/Makefile.hacc
sec-y += $(sec_obj) $(hacc_obj)
obj-$(CONFIG_MTK_SECURITY_SW_SUPPORT) += sec.o