summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 9bebeac067..2f74394d1f 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -80,7 +80,8 @@ FIRMSRCS = lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\
80 powermgmt.c font.c X5x8.c loadfont.c panic.c 80 powermgmt.c font.c X5x8.c loadfont.c panic.c
81 81
82APPS = main.c tree.c menu.c credits.c main_menu.c\ 82APPS = main.c tree.c menu.c credits.c main_menu.c\
83 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c 83 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c \
84 lang.c
84 85
85MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 86MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
86 87
@@ -213,6 +214,9 @@ $(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
213$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c 214$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
214 $(CC) $(APPCFLAGS) -c $< -o $@ 215 $(CC) $(APPCFLAGS) -c $< -o $@
215 216
217$(OBJDIR)/lang.o: $(APPDIR)/lang.c
218 $(CC) $(APPCFLAGS) -c $< -o $@
219
216$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c 220$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
217 $(CC) $(CFLAGS) -c $< -o $@ 221 $(CC) $(CFLAGS) -c $< -o $@
218 222