build: Merge pthreads/w32threads OBJS declarations

This commit is contained in:
Diego Biurrun 2013-12-12 16:27:30 +01:00
parent 7c3388711b
commit 79d9884e95
1 changed files with 1 additions and 2 deletions

View File

@ -676,8 +676,7 @@ OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o
# thread libraries
OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
OBJS-$(HAVE_PTHREADS) += pthread.o pthread_slice.o pthread_frame.o
OBJS-$(HAVE_W32THREADS) += pthread.o pthread_slice.o pthread_frame.o
OBJS-$(HAVE_THREADS) += pthread.o pthread_slice.o pthread_frame.o
SKIPHEADERS += %_tablegen.h \
%_tables.h \