mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00

Instead of having FDT timer driver list hard-coded in the C source, we generate it using carray.sh at compile-time. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
17 lines
392 B
Makefile
17 lines
392 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_drivers.o
|
|
|
|
carray-fdt_timer_drivers-y += fdt_timer_mtimer
|
|
libsbiutils-objs-y += timer/fdt_timer_mtimer.o
|