mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-07 10:48:54 +00:00
7 lines
215 B
Makefile
7 lines
215 B
Makefile
|
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Core
|
||
|
obj-$(CONFIG_$(SPL_TPL_)PINCTRL_STARFIVE) += pinctrl-starfive.o
|
||
|
# SoC Drivers
|
||
|
obj-$(CONFIG_$(SPL_TPL_)PINCTRL_STARFIVE_JH7110) += pinctrl-jh7110-sys.o pinctrl-jh7110-aon.o
|