uboot-ar71xx: fix gcc 5.2 compile errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46797
This commit is contained in:
Felix Fietkau
2015-09-06 09:57:02 +00:00
parent 8b4df1efd5
commit edb5d7511b
3 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/Makefile
+++ b/Makefile
@@ -139,9 +139,7 @@ endif
# The "tools" are needed early, so put this first
# Don't include stuff already done in $(LIBS)
-SUBDIRS = tools \
- examples/standalone \
- examples/api
+SUBDIRS = tools
.PHONY : $(SUBDIRS)