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 0715ac7c70..414725811d 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -93,7 +93,7 @@ else
93 LCDSRSC = lcd-playersim.c lcd-player.c font-player.c lcd-player-charset.c 93 LCDSRSC = lcd-playersim.c lcd-player.c font-player.c lcd-player-charset.c
94endif 94endif
95FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\ 95FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\
96 powermgmt.c panic.c 96 powermgmt.c panic.c mp3data.c
97 97
98APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 98APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
99 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 99 playlist.c wps.c wps-display.c settings.c status.c icons.c\
@@ -275,6 +275,9 @@ $(OBJDIR)/peakmeter.o: $(RECDIR)/peakmeter.c
275$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c 275$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
276 $(CC) $(APPCFLAGS) -c $< -o $@ 276 $(CC) $(APPCFLAGS) -c $< -o $@
277 277
278$(OBJDIR)/mp3data.o: $(FIRMWAREDIR)/mp3data.c
279 $(CC) $(APPCFLAGS) -c $< -o $@
280
278$(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c 281$(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c
279 $(CC) $(CFLAGS) -c $< -o $@ 282 $(CC) $(CFLAGS) -c $< -o $@
280 283