summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-17 21:54:47 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-17 21:54:47 +0000
commit808519ed69ca6121bfb2d82266c570e88132e271 (patch)
treee7aa1af1c69c03a732bf1a507589d9a3da38c181 /uisimulator/x11
parent8d47c5c32951b17ef1efd1ad94c4ab559dc7ab4b (diff)
downloadrockbox-808519ed69ca6121bfb2d82266c570e88132e271.tar.gz
rockbox-808519ed69ca6121bfb2d82266c570e88132e271.zip
Fix reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2319 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 9bebeac067..2f74394d1f 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -80,7 +80,8 @@ FIRMSRCS = 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\
83 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c 83 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c \
84 lang.c
84 85
85MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 86MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
86 87
@@ -213,6 +214,9 @@ $(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
213$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c 214$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
214 $(CC) $(APPCFLAGS) -c $< -o $@ 215 $(CC) $(APPCFLAGS) -c $< -o $@
215 216
217$(OBJDIR)/lang.o: $(APPDIR)/lang.c
218 $(CC) $(APPCFLAGS) -c $< -o $@
219
216$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c 220$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
217 $(CC) $(CFLAGS) -c $< -o $@ 221 $(CC) $(CFLAGS) -c $< -o $@
218 222