blob: caa9fcfbdd56f9a9f57ef96688c02b6e1df5bbbb [file] [log] [blame]
Olivier Deprezcb4c5622019-09-19 17:46:46 +02001#
Govindraj Rajaeee28e72023-08-01 15:52:40 -05002# Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
Olivier Deprezcb4c5622019-09-19 17:46:46 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7DEBUGFS_SRCS := $(addprefix lib/debugfs/, \
8 dev.c \
9 devc.c \
Olivier Deprezaf650a32019-11-06 14:00:43 +010010 devroot.c \
11 devfip.c)
Ambroise Vincent9660dc12019-07-12 13:47:03 +010012
13DEBUGFS_SRCS += lib/debugfs/debugfs_smc.c