]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - examples/api/Makefile
examples: delete unnecessary CPPFLAGS
[karo-tx-uboot.git] / examples / api / 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)
 
 #########################################################################