mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Makefile: move some flags to examples makefiles
This commit moves some flags which are used under examples/ directory only. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
e0d5d9f888
commit
d958002589
@@ -4,6 +4,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
ifdef FTRACE
|
||||
CFLAGS += -finstrument-functions -DFTRACE
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),powerpc)
|
||||
LOAD_ADDR = 0x40000
|
||||
endif
|
||||
|
Reference in New Issue
Block a user