summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 7e61941563..f6b22e243d 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -73,10 +73,10 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
73 73
74APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall 74APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall
75 75
76FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c settings.c 76FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
77 77
78APPS = main.c tree.c menu.c credits.c main_menu.c\ 78APPS = main.c tree.c menu.c credits.c main_menu.c\
79 playlist.c showtext.c wps.c 79 playlist.c showtext.c wps.c settings.c
80 80
81MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c 81MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
82 82
@@ -203,7 +203,7 @@ $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
203$(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c 203$(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c
204 $(CC) $(APPCFLAGS) -c $< -o $@ 204 $(CC) $(APPCFLAGS) -c $< -o $@
205 205
206$(OBJDIR)/settings.o: $(FIRMWAREDIR)/settings.c 206$(OBJDIR)/settings.o: $(APPDIR)/settings.c
207 $(CC) $(APPCFLAGS) -c $< -o $@ 207 $(CC) $(APPCFLAGS) -c $< -o $@
208 208
209$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c 209$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c