mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
12 lines
159 B
Makefile
12 lines
159 B
Makefile
|
#
|
||
|
# Copyright (C) 2013 Samsung Electronics
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += smdk5420_spl.o
|
||
|
|
||
|
ifndef CONFIG_SPL_BUILD
|
||
|
obj-y += smdk5420.o
|
||
|
endif
|