blob: 2c02600069f387b8465eef83bffe513a174f60e2 [file] [log] [blame]
Olivier Deprez0ca39132019-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 Deprezd3102392019-11-06 14:00:43 +010010 devroot.c \
11 devfip.c)