8 lines
177 B
Makefile
8 lines
177 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
|
||
|
|
||
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
||
|
|
||
|
obj-y += clock.o funcmux.o pinmux.o
|