Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
449a4378467320b7e500cb444c1bc23f04b2e789
/
.
/
board
/
kosagi
/
novena
/
Makefile
blob: 6fba17718b74a6bf985817cdeb15d08d3a035eac [
file
] [
log
] [
blame
]
Marek Vasut
408368f
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