summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-02-06 20:07:02 +0100
committerDiego Biurrun <diego@biurrun.de>2017-02-21 16:10:51 +0100
commit533339bdcc3b39bbd708c723b3cd0b5898350f0f (patch)
tree62f028a34b40e4502414818a2b7ad510a9c6b485 /Makefile
parent7208e5b5d638d4b9c2784036b4fc5728f32233c7 (diff)
build: Drop leftover reference to old EXAMPLES logic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98eb3ab1d9..b14b29d76a 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ avbuild/.config: $(CONFIGURABLE_COMPONENTS)
@-printf '\nWARNING: $(?) newer than config.h, rerun configure\n\n'
@-tput sgr0 2>/dev/null
-SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
+SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \
HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \
ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
ALTIVEC-OBJS VSX-OBJS MMX-OBJS YASM-OBJS \