summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile5
-rw-r--r--uisimulator/x11/Makefile5
2 files changed, 2 insertions, 8 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 1822fd1131..1dfa881894 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -60,7 +60,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows
60 60
61APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows 61APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows
62 62
63FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \ 63FIRMSRCS = lcd.c power.c sprintf.c id3.c usb.c \
64 mpeg.c powermgmt.c font.c loadfont.c X5x8.c 64 mpeg.c powermgmt.c font.c loadfont.c X5x8.c
65 65
66APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \ 66APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \
@@ -166,9 +166,6 @@ $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
166$(OBJDIR)/power.o: $(DRIVERS)/power.c 166$(OBJDIR)/power.o: $(DRIVERS)/power.c
167 $(CC) $(APPCFLAGS) -c $< -o $@ 167 $(CC) $(APPCFLAGS) -c $< -o $@
168 168
169$(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c
170 $(CC) $(APPCFLAGS) -c $< -o $@
171
172$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c 169$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c
173 $(CC) $(APPCFLAGS) -c $< -o $@ 170 $(CC) $(APPCFLAGS) -c $< -o $@
174 171
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index c6f86d40ad..9bebeac067 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -76,7 +76,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
76 76
77APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall 77APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall
78 78
79FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\ 79FIRMSRCS = 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\
@@ -216,9 +216,6 @@ $(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
216$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c 216$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
217 $(CC) $(CFLAGS) -c $< -o $@ 217 $(CC) $(CFLAGS) -c $< -o $@
218 218
219$(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c
220 $(CC) $(APPCFLAGS) -c $< -o $@
221
222$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c 219$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c
223 $(CC) $(APPCFLAGS) -c $< -o $@ 220 $(CC) $(APPCFLAGS) -c $< -o $@
224 221