mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
12 lines
188 B
Makefile
12 lines
188 B
Makefile
|
#
|
||
|
# (C) Copyright 2013-2015
|
||
|
# NVIDIA Corporation <www.nvidia.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += clock.o
|
||
|
obj-y += funcmux.o
|
||
|
obj-y += pinmux.o
|
||
|
obj-y += xusb-padctl.o
|