]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/samsung/common/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-spi
[karo-tx-uboot.git] / board / samsung / common / Makefile
1 #
2 # Copyright (C) 2012 Samsung Electronics
3 # Lukasz Majewski <l.majewski@samsung.com>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o
9 obj-$(CONFIG_THOR_FUNCTION) += thor.o
10 obj-$(CONFIG_CMD_USB_MASS_STORAGE) += ums.o
11 obj-$(CONFIG_MISC_COMMON) += misc.o
12
13 ifndef CONFIG_SPL_BUILD
14 obj-$(CONFIG_BOARD_COMMON)      += board.o
15 endif