1*09f455dcSMasahiro Yamada#
2*09f455dcSMasahiro Yamada# Copyright (c) 2010-2012, NVIDIA CORPORATION.  All rights reserved.
3*09f455dcSMasahiro Yamada#
4*09f455dcSMasahiro Yamada# This program is free software; you can redistribute it and/or modify it
5*09f455dcSMasahiro Yamada# under the terms and conditions of the GNU General Public License,
6*09f455dcSMasahiro Yamada# version 2, as published by the Free Software Foundation.
7*09f455dcSMasahiro Yamada#
8*09f455dcSMasahiro Yamada# This program is distributed in the hope it will be useful, but WITHOUT
9*09f455dcSMasahiro Yamada# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10*09f455dcSMasahiro Yamada# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
11*09f455dcSMasahiro Yamada# more details.
12*09f455dcSMasahiro Yamada#
13*09f455dcSMasahiro Yamada# You should have received a copy of the GNU General Public License
14*09f455dcSMasahiro Yamada# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15*09f455dcSMasahiro Yamada#
16*09f455dcSMasahiro Yamada
17*09f455dcSMasahiro Yamadaobj-$(CONFIG_SPL_BUILD) += cpu.o
18*09f455dcSMasahiro Yamada
19*09f455dcSMasahiro Yamadaobj-y	+= clock.o funcmux.o pinmux.o
20