summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index d3b446f5c9..7e61941563 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -75,7 +75,7 @@ APPCFLAGS = $(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 settings.c
77 77
78APPS = main.c tree.c play.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
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
@@ -188,9 +188,6 @@ $(OBJDIR)/wps.o: $(APPDIR)/wps.c
188$(OBJDIR)/bmp.o: $(RECDIR)/bmp.c 188$(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
189 $(CC) $(APPCFLAGS) -c $< -o $@ 189 $(CC) $(APPCFLAGS) -c $< -o $@
190 190
191$(OBJDIR)/play.o: $(APPDIR)/play.c
192 $(CC) $(APPCFLAGS) -c $< -o $@
193
194$(OBJDIR)/tree.o: $(APPDIR)/tree.c 191$(OBJDIR)/tree.o: $(APPDIR)/tree.c
195 $(CC) $(APPCFLAGS) -c $< -o $@ 192 $(CC) $(APPCFLAGS) -c $< -o $@
196 193