blob: 138fc72a1bf9504bd8eb837a3a781e7c09ff8b9e [file] [log] [blame]
Olivier Deprezcb4c5622019-09-19 17:46:46 +02001#
2# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
3#
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