summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-08 15:41:36 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-09 03:49:19 +0200
commit24d3796d218ed160fce767b1489115cb7e514867 (patch)
tree0ef9b03bb1ee1739462a2330d2be88868e515de9 /Makefile
parentf69f4036f8cc3b673864dce01d2714fd5e49e8da (diff)
build: add HOSTOBJS to SUBDIR_VARS list
Even though HOSTOBJS are not referenced directly in subdirectory Makefile snippets right now, robustness requires resetting the variable contents.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d4ca8f56c..d2aed23cd4 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS \
MMI-OBJS ALTIVEC-OBJS VIS-OBJS \
MMX-OBJS YASM-OBJS \
- OBJS TESTOBJS
+ OBJS HOSTOBJS TESTOBJS
define RESET
$(1) :=