]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/samsung/common/Makefile
samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
[people/ms/u-boot.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_USBDOWNLOAD_GADGET) += gadget.o
10 obj-$(CONFIG_MISC_COMMON) += misc.o
11
12 ifndef CONFIG_SPL_BUILD
13 obj-$(CONFIG_BOARD_COMMON) += board.o
14 endif