13 lines
295 B
Makefile
13 lines
295 B
Makefile
#
|
|
# 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/aclint_mtimer.o
|
|
libsbiutils-objs-y += timer/fdt_timer.o
|
|
libsbiutils-objs-y += timer/fdt_timer_mtimer.o
|