projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm: mx6: novena: Pull video handling into separate file
[platform/kernel/u-boot.git]
/
board
/
kosagi
/
novena
/
Makefile
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
obj-$(CONFIG_VIDEO_IPUV3) += video.o
12
endif