Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
886b1da83b80bbc6b659006397168fec4f707017
/
.
/
board
/
kosagi
/
novena
/
Makefile
blob: 64d32f5a9630f8b49e20ef655dff048483d8c0a4 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2014 Marek Vasut <marex@denx.de>
ifdef CONFIG_SPL_BUILD
obj
-
y
:=
novena_spl
.
o
else
obj
-
y
:=
novena
.
o
obj
-
$
(
CONFIG_VIDEO_IPUV3
)
+=
video
.
o
endif