]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/spear/common/Makefile
i2c: muxes: add i2c gpio multiplexer driver
[people/ms/u-boot.git] / board / spear / common / Makefile
CommitLineData
566c9c16
VK
1#
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
566c9c16
VK
6#
7
7c8278a8
MY
8ifdef CONFIG_SPL_BUILD
9# necessary to create built-in.o
10obj- := __dummy__.o
11else
a79854a9
MY
12obj-y := spr_misc.o
13obj-y += spr_lowlevel_init.o
d014e033 14endif