blob: d514dc2a457aa3f6b8a60077cb251173bbc121ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2016 Samsung Electronics
# Thomas Abraham <thomas.ab@samsung.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
ifndef CONFIG_SPL_BUILD
obj-y += espresso7420.o
endif
|