summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-02 23:37:30 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-03 14:53:20 +0100
commit7f2885bbb7f28fd81595dc7e3ed7baa2baa42d5f (patch)
tree054abc450ed8a5d5e782159ee316749ef1074e38 /Makefile
parent324fbadff9a09a9ea2437bf2a733437922d23163 (diff)
build: Drop unused X86-OBJS variable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9821b754e..35912e55f3 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ config.h: .config
@-tput sgr0 2>/dev/null
SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \
- ALTIVEC-OBJS MMX-OBJS NEON-OBJS X86-OBJS YASM-OBJS-FFT YASM-OBJS \
+ ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS-FFT YASM-OBJS \
HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS
define RESET