Skip to content

Commit

Permalink
examples: delete unnecessary CPPFLAGS
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Nov 25, 2013
1 parent dbfb4cb commit fdb8704
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

#########################################################################
Expand Down
2 changes: 0 additions & 2 deletions examples/standalone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdb8704

Please sign in to comment.