summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 10fc2c532b..5fc83bfcaa 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -83,7 +83,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -
83ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 83ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
84 LCDSRSC = lcd-recorder.c sysfont.c font.c 84 LCDSRSC = lcd-recorder.c sysfont.c font.c
85else 85else
86 LCDSRSC = lcd-playersim.c lcd-player.c font-player.c 86 LCDSRSC = lcd-playersim.c lcd-player.c font-player.c lcd-player-charset.c
87endif 87endif
88FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\ 88FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
89 powermgmt.c panic.c ctype.c 89 powermgmt.c panic.c ctype.c
@@ -304,6 +304,9 @@ $(OBJDIR)/ajf.o: $(FIRMWAREDIR)/ajf.c
304$(OBJDIR)/power.o: $(DRIVERS)/power.c 304$(OBJDIR)/power.o: $(DRIVERS)/power.c
305 $(CC) $(CFLAGS) -c $< -o $@ 305 $(CC) $(CFLAGS) -c $< -o $@
306 306
307$(OBJDIR)/lcd-player-charset.o: $(DRIVERS)/lcd-player-charset.c
308 $(CC) $(CFLAGS) -c $< -o $@
309
307$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c 310$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
308 $(CC) $(CFLAGS) -c $< -o $@ 311 $(CC) $(CFLAGS) -c $< -o $@
309 312