summaryrefslogtreecommitdiff
path: root/Makefile.psp
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2018-08-21 13:29:21 -0700
committerSam Lantinga <slouken@libsdl.org>2018-08-21 13:29:21 -0700
commit7aa715e616486265c2560e5ac1d9749098553705 (patch)
tree3a9082e16ae10dd643ce86723c352c4041911ffc /Makefile.psp
parent39e44bcbdc388b07a6a21077e086e3bec62c0dc0 (diff)
downloadsdl-7aa715e616486265c2560e5ac1d9749098553705.tar.gz
Added a dummy sensor driver
Diffstat (limited to 'Makefile.psp')
-rw-r--r--Makefile.psp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.psp b/Makefile.psp
index d6133b271..de0e50e2f 100644
--- a/Makefile.psp
+++ b/Makefile.psp
@@ -43,6 +43,7 @@ OBJS= src/SDL.o \
src/render/software/SDL_render_sw.o \
src/render/software/SDL_rotate.o \
src/sensor/SDL_sensor.o \
+ src/sensor/dummy/SDL_dummysensor.o \
src/stdlib/SDL_getenv.o \
src/stdlib/SDL_iconv.o \
src/stdlib/SDL_malloc.o \