examples: delete unnecessary CPPFLAGS
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 18 Nov 2013 02:06:00 +0000 (11:06 +0900)
committerTom Rini <trini@ti.com>
Mon, 25 Nov 2013 15:41:53 +0000 (10:41 -0500)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
examples/api/Makefile
examples/standalone/Makefile

index 33cc91b..1cefbe7 100644 (file)
@@ -46,8 +46,6 @@ OBJS  += $(addprefix $(obj),$(COBJ_FILES-y))
 OBJS   += $(addprefix $(obj),$(notdir $(EXT_COBJ_FILES-y)))
 OBJS   += $(addprefix $(obj),$(notdir $(EXT_SOBJ_FILES-y)))
 
-CPPFLAGS += -I..
-
 all:   $(obj).depend $(OUTPUT)
 
 #########################################################################
index 9346921..f4f102b 100644 (file)
@@ -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