]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/samsung/common/Makefile
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[people/ms/u-boot.git] / board / samsung / common / Makefile
CommitLineData
7ca8f73a
ŁM
1#
2# Copyright (C) 2012 Samsung Electronics
3# Lukasz Majewski <l.majewski@samsung.com>
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
7ca8f73a
ŁM
6#
7
a79854a9
MY
8obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o
9obj-$(CONFIG_THOR_FUNCTION) += thor.o
679549d1 10obj-$(CONFIG_MISC_COMMON) += misc.o
71ebb335
RS
11
12ifndef CONFIG_SPL_BUILD
13obj-$(CONFIG_BOARD_COMMON) += board.o
14endif