blob: 08dc09f06dfc4b3abb5c379fba20dc0700a1a39c [file] [log] [blame]
Vipin KUMAR566c9c12010-01-15 19:15:48 +05301#
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Vipin KUMAR566c9c12010-01-15 19:15:48 +05306#
7
Stefan Roesed014e032012-01-05 11:23:45 +01008ifndef CONFIG_SPL_BUILD
Masahiro Yamadaa79854a2013-10-21 11:53:37 +09009obj-y := spr_misc.o
10obj-y += spr_lowlevel_init.o
Stefan Roesed014e032012-01-05 11:23:45 +010011endif