mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright (c) 2019 Sartura Ltd.
|
||
|
#
|
||
|
# Author: Robert Marko <robert.marko@sartura.hr>
|
||
|
|
||
|
obj-y += clock-ipq4019.o
|
||
|
obj-y += pinctrl-snapdragon.o
|
||
|
obj-y += pinctrl-ipq4019.o
|