1419b0af8Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later 2419b0af8Sopenharmony_ci# 3419b0af8Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd. 4419b0af8Sopenharmony_ci# 5419b0af8Sopenharmony_ci# Makefile for the Linux PAC module. 6419b0af8Sopenharmony_ci# 7419b0af8Sopenharmony_ci 8419b0af8Sopenharmony_ciobj-$(CONFIG_ARM64_PTR_AUTH_EXT) += src/pointer_auth_key.o 9419b0af8Sopenharmony_ciobj-$(CONFIG_ARM64_PTR_AUTH_EXT) += src/asm_pointer_auth_key.o 10419b0af8Sopenharmony_ciobj-$(CONFIG_ARM64_PTR_AUTH_DATA_FIELD) += src/pointer_auth_context.o 11419b0af8Sopenharmony_ciobj-$(CONFIG_ARM64_PTR_AUTH_DATA_FIELD) += src/asm_pointer_auth_context.o 12419b0af8Sopenharmony_ciobj-$(CONFIG_CONSTRUCTORS) += src/asm_pointer_auth_constructors.o 13