]> git.sur5r.net Git - u-boot/blob - board/samsung/common/Makefile
fa85f7dcd2f8902bc953555edf4c18147dcd7350
[u-boot] / 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_USB_GADGET_DOWNLOAD) += gadget.o
9 obj-$(CONFIG_MISC_COMMON) += misc.o
10
11 ifndef CONFIG_SPL_BUILD
12 obj-$(CONFIG_BOARD_COMMON)      += board.o
13 ifdef CONFIG_EXYNOS5_DT
14 obj-y += exynos5-dt.o
15 obj-$(CONFIG_BOARD_TYPES) += exynos5-dt-types.o
16 endif
17 endif