projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git]
/
board
/
renesas
/
ulcb
/
Makefile
1
#
2
# board/renesas/ulcb/Makefile
3
#
4
# Copyright (C) 2017 Renesas Electronics Corporation
5
#
6
# SPDX-License-Identifier: GPL-2.0+
7
#
8
9
ifdef CONFIG_SPL_BUILD
10
obj-y := ../rcar-common/gen3-spl.o
11
else
12
obj-y := ulcb.o cpld.o ../rcar-common/common.o
13
endif