Files
kernel_linux_common_modules/pac/Makefile
T
2024-01-15 21:06:11 +08:00

13 lines
465 B
Makefile
Executable File

# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (c) 2023 Huawei Device Co., Ltd.
#
# Makefile for the Linux PAC module.
#
obj-$(CONFIG_ARM64_PTR_AUTH_EXT) += src/pointer_auth_key.o
obj-$(CONFIG_ARM64_PTR_AUTH_EXT) += src/asm_pointer_auth_key.o
obj-$(CONFIG_ARM64_PTR_AUTH_DATA_FIELD) += src/pointer_auth_context.o
obj-$(CONFIG_ARM64_PTR_AUTH_DATA_FIELD) += src/asm_pointer_auth_context.o
obj-$(CONFIG_CONSTRUCTORS) += src/asm_pointer_auth_constructors.o