]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 33cc91ba711b345613ff4b41ab01746e6d0955ad..1cefbe777d469b117a28530b4d7ad4314ff2a6a1 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 93469217ef8ad8442bdbaefaf0f8099ea9993607..f4f102b3e1c47494cf4f9ddb51c130a069edc739 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