Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
2ce4eaf4c89e371aeb69392b68dbb2f705c28144
/
.
/
board
/
kosagi
/
novena
/
Makefile
blob: 6fba17718b74a6bf985817cdeb15d08d3a035eac [
file
] [
log
] [
blame
]
Marek Vasut
f91c09a
2014-10-24 23:39:07 +0200
[
diff
] [
blame
]
1
#
2
# Copyright (C) 2014 Marek Vasut <marex@denx.de>
3
#
4
# SPDX-License-Identifier: GPL-2.0+
5
#
6
7
ifdef CONFIG_SPL_BUILD
8
obj
-
y
:=
novena_spl
.
o
9
else
10
obj
-
y
:=
novena
.
o
11
endif