projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
keymile: Remove CONFIG_SYS_APP{1, 2}_{BASE, SIZE}
[platform/kernel/u-boot.git]
/
examples
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
3
ifndef CONFIG_SANDBOX
4
5
ifdef FTRACE
6
subdir-ccflags-y += -finstrument-functions -DFTRACE
7
endif
8
9
subdir-y += standalone
10
subdir-$(CONFIG_API) += api
11
endif