From 570215b9dadb9584fb020aa9eafe84e564e1a8ce Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 13 Feb 2016 17:34:14 +0100 Subject: [PATCH] PSP: Added missing object for generic TLS to Makefile. Thanks to the SDL mailing list (and later Bugzilla #3240) for pointing this out. --- Makefile.psp | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.psp b/Makefile.psp index 5e7dcd29ae646..93fb9e447a0bb 100644 --- a/Makefile.psp +++ b/Makefile.psp @@ -49,6 +49,7 @@ OBJS= src/SDL.o \ src/stdlib/SDL_stdlib.o \ src/stdlib/SDL_string.o \ src/thread/SDL_thread.o \ + src/thread/generic/SDL_systls.o \ src/thread/psp/SDL_syssem.o \ src/thread/psp/SDL_systhread.o \ src/thread/psp/SDL_sysmutex.o \