commit | a6d77568d18a314a25ea6039b5732b8cc20aef64 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Feb 04 17:24:23 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:07:50 2014 -0500 |
tree | 9c9098186384c86c90e80c3db0f64e9c4b191080 | |
parent | 112b312a2ad179aa323f10e30588e7d6feb4d74b [diff] [blame] |
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>
diff --git a/examples/api/Makefile b/examples/api/Makefile index 52f4368..ee3c487 100644 --- a/examples/api/Makefile +++ b/examples/api/Makefile
@@ -4,6 +4,10 @@ # SPDX-License-Identifier: GPL-2.0+ # +ifdef FTRACE +CFLAGS += -finstrument-functions -DFTRACE +endif + ifeq ($(ARCH),powerpc) LOAD_ADDR = 0x40000 endif