blob: 5ce2373ef70f54f56b9092333a1db12adb35dad6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2023 Ventana Micro Systems Inc.
#
# Authors:
# Anup Patel <[email protected]>
#
libsbiutils-objs-$(CONFIG_FDT_REGMAP) += regmap/fdt_regmap.o
libsbiutils-objs-$(CONFIG_FDT_REGMAP) += regmap/fdt_regmap_drivers.o
libsbiutils-objs-$(CONFIG_REGMAP) += regmap/regmap.o
|