diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 0deef01122..ca6cd9600e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -406,7 +406,7 @@ ifdef CONFIG_GDBSTUB VL_OBJS+=gdbstub.o endif ifdef CONFIG_SDL -VL_OBJS+=sdl.o +VL_OBJS+=sdl.o x_keymap.o endif VL_OBJS+=vnc.o ifdef CONFIG_COCOA |