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.
This commit is contained in:
Diego Biurrun 2012-08-08 15:41:36 +02:00
parent f69f4036f8
commit 24d3796d21

View File

@ -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) :=