mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 09:41:18 -04:00
4aecc74281
Signed-off-by: Haryslee <lihao189@huawei.com>
13 lines
465 B
Makefile
Executable File
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
|