xref: /rk3399_ARM-atf/lib/debugfs/debugfs.mk (revision 992f091b5de3b0837c95a338a4e739f6ca2f254f)
10ca3913dSOlivier Deprez#
20ca3913dSOlivier Deprez# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
30ca3913dSOlivier Deprez#
40ca3913dSOlivier Deprez# SPDX-License-Identifier: BSD-3-Clause
50ca3913dSOlivier Deprez#
60ca3913dSOlivier Deprez
70ca3913dSOlivier DeprezDEBUGFS_SRCS	:=	$(addprefix lib/debugfs/,	\
80ca3913dSOlivier Deprez			dev.c				\
90ca3913dSOlivier Deprez			devc.c				\
10d310239dSOlivier Deprez			devroot.c			\
11d310239dSOlivier Deprez			devfip.c)
12*992f091bSAmbroise Vincent
13*992f091bSAmbroise VincentDEBUGFS_SRCS    += lib/debugfs/debugfs_smc.c
14