1
0
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:
Masahiro Yamada
2014-02-04 17:24:23 +09:00
committed by Tom Rini
parent e0d5d9f888
commit d958002589
3 changed files with 8 additions and 8 deletions

View File

@@ -4,6 +4,10 @@
# SPDX-License-Identifier: GPL-2.0+
#
ifdef FTRACE
CFLAGS += -finstrument-functions -DFTRACE
endif
ifeq ($(ARCH),powerpc)
LOAD_ADDR = 0x40000
endif