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

FDT based I2C framework on the top of I2C library. The drivers are probed on demand by fdt_i2c_adapter_get function. Tested-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Tested-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
12 lines
194 B
Makefile
12 lines
194 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2021 YADRO
|
|
#
|
|
# Authors:
|
|
# Nikita Shubin <n.shubin@yadro.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += i2c/i2c.o
|
|
libsbiutils-objs-y += i2c/fdt_i2c.o
|