examples: delete unnecessary CPPFLAGS
[platform/kernel/u-boot.git] / examples / api / 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)
 
 #########################################################################