diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-18 11:06:00 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-25 10:41:53 -0500 |
commit | fdb87049d861d92093b382622c9e528405c727f9 (patch) | |
tree | 67d0f1c20fdfac6f43c81f24c0ecc2c6b64e4a5d /examples/standalone/Makefile | |
parent | dbfb4cb52f3d08a299de7dfc6c18467867b60f5c (diff) | |
download | u-boot-fdb87049d861d92093b382622c9e528405c727f9.tar.gz u-boot-fdb87049d861d92093b382622c9e528405c727f9.tar.xz u-boot-fdb87049d861d92093b382622c9e528405c727f9.zip |
examples: delete unnecessary CPPFLAGS
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'examples/standalone/Makefile')
-rw-r--r-- | examples/standalone/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index 93469217ef..f4f102b3e1 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -52,8 +52,6 @@ SREC := $(addprefix $(obj),$(SREC)) gcclibdir := $(shell dirname `$(CC) -print-libgcc-file-name`) -CPPFLAGS += -I.. - # For PowerPC there's no need to compile standalone applications as a # relocatable executable. The relocation data is not needed, and # also causes the entry point of the standalone application to be |