12 lines
161 B
Makefile
12 lines
161 B
Makefile
#
|
|
# Copyright (C) 2012 Samsung Electronics
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += smdk5250_spl.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += exynos5-dt.o
|
|
endif
|