diff options
Diffstat (limited to 'lib/utils/timer/objects.mk')
| -rw-r--r-- | lib/utils/timer/objects.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/utils/timer/objects.mk b/lib/utils/timer/objects.mk new file mode 100644 index 0000000..1b84e92 --- /dev/null +++ b/lib/utils/timer/objects.mk @@ -0,0 +1,11 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2020 Western Digital Corporation or its affiliates. +# +# Authors: +# Anup Patel <anup.patel@wdc.com> +# + +libsbiutils-objs-y += timer/fdt_timer.o +libsbiutils-objs-y += timer/fdt_timer_clint.o |
