Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
59cb3bf4c6d87448b4fb4e0fd386ac6d170a19b6
/
.
/
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