forked from rrcarlosr/Jetpack
11 lines
179 B
Makefile
11 lines
179 B
Makefile
#
|
|
# 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
|