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 e327a1cdb9..e64ae6f36c 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -73,7 +73,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
73 73
74APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall 74APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall
75 75
76FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c 76FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c powermgmt.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 settings.c status.c 79 playlist.c showtext.c wps.c settings.c status.c
@@ -227,6 +227,9 @@ $(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c
227$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c 227$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c
228 $(CC) $(CFLAGS) -c $< -o $@ 228 $(CC) $(CFLAGS) -c $< -o $@
229 229
230$(OBJDIR)/powermgmt.o: $(FIRMWAREDIR)/powermgmt.c
231 $(CC) $(CFLAGS) -c $< -o $@
232
230$(OBJDIR)/stubs.o: ../common/stubs.c 233$(OBJDIR)/stubs.o: ../common/stubs.c
231 $(CC) $(CFLAGS) -c $< -o $@ 234 $(CC) $(CFLAGS) -c $< -o $@
232 235