mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d47c5c329
commit
808519ed69
2 changed files with 10 additions and 2 deletions
|
|
@ -64,7 +64,8 @@ FIRMSRCS = lcd.c power.c sprintf.c id3.c usb.c \
|
|||
mpeg.c powermgmt.c font.c loadfont.c X5x8.c
|
||||
|
||||
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \
|
||||
playlist.c showtext.c wps.c wps-display.c settings.c status.c
|
||||
playlist.c showtext.c wps.c wps-display.c settings.c status.c \
|
||||
lang.c
|
||||
|
||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
|
@ -160,6 +161,9 @@ $(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
|
|||
$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/lang.o: $(APPDIR)/lang.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue