mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00

Moved necessary files to common place so that it can be used for Versal NET. Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Change-Id: I611fa849207b082e6599acfb65c55d27b9c99435
18 lines
461 B
Makefile
18 lines
461 B
Makefile
#
|
|
# Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
LIBPM_SRCS := $(addprefix plat/xilinx/common/pm_service/, \
|
|
pm_ipi.c)
|
|
|
|
LIBPM_SRCS += $(addprefix plat/xilinx/zynqmp/pm_service/, \
|
|
zynqmp_pm_svc_main.c \
|
|
zynqmp_pm_api_sys.c \
|
|
pm_api_pinctrl.c \
|
|
pm_api_ioctl.c \
|
|
pm_api_clock.c \
|
|
pm_client.c)
|
|
|
|
$(eval $(call MAKE_LIB,pm))
|