Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
77f6e2dd0551d8a825bab391a1bd6b838874bcd4
/
.
/
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