From d32571626a2c36c026b7fa13d19ac4ed1aad75c9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Oct 2016 17:43:37 +0200 Subject: [PATCH] build: Add VSX-OBJS to SUBDIR_VARS The variable needs to be reset for each subdirectory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52cb0bd80d..34f0c9c278 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ config.h: .config SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \ ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \ - ALTIVEC-OBJS MMX-OBJS YASM-OBJS \ + ALTIVEC-OBJS VSX-OBJS MMX-OBJS YASM-OBJS \ OBJS HOSTOBJS TESTOBJS define RESET