mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
|
#
|
||
|
# (C) Copyright 2013-2014
|
||
|
# NVIDIA Corporation <www.nvidia.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += clock.o
|
||
|
obj-y += funcmux.o
|
||
|
obj-y += pinmux.o
|