13 lines
281 B
Makefile
13 lines
281 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2021 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += gpio/fdt_gpio.o
|
|
libsbiutils-objs-y += gpio/fdt_gpio_sifive.o
|
|
libsbiutils-objs-y += gpio/gpio.o
|