mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Added status.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1410 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87bc1f4284
commit
2d758f282e
1 changed files with 4 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -
|
|||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c
|
||||
|
||||
APPS = main.c tree.c menu.c credits.c main_menu.c\
|
||||
playlist.c showtext.c wps.c settings.c
|
||||
playlist.c showtext.c wps.c settings.c status.c
|
||||
|
||||
MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
|
@ -206,6 +206,9 @@ $(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c
|
|||
$(OBJDIR)/settings.o: $(APPDIR)/settings.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/status.o: $(APPDIR)/status.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue