Olivier Deprez | cb4c562 | 2019-09-19 17:46:46 +0200 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2019, ARM Limited and Contributors. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | DEBUGFS_SRCS := $(addprefix lib/debugfs/, \ | ||||
8 | dev.c \ | ||||
9 | devc.c \ | ||||
Olivier Deprez | af650a3 | 2019-11-06 14:00:43 +0100 | [diff] [blame] | 10 | devroot.c \ |
11 | devfip.c) | ||||
Ambroise Vincent | 9660dc1 | 2019-07-12 13:47:03 +0100 | [diff] [blame] | 12 | |
13 | DEBUGFS_SRCS += lib/debugfs/debugfs_smc.c |