mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
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
|