xref: /rk3399_ARM-atf/lib/debugfs/debugfs.mk (revision 4796d2d9bb4a1c0ccaffa4f6b49dbb0f0304d1d1)
1#
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				\
10			devroot.c			\
11			devfip.c)
12
13DEBUGFS_SRCS    += lib/debugfs/debugfs_smc.c
14