mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
fix compiling after battery_level changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1588 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c175548c04
commit
96deb72425
1 changed files with 4 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
|
|||
|
||||
APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall
|
||||
|
||||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c
|
||||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c powermgmt.c
|
||||
|
||||
APPS = main.c tree.c menu.c credits.c main_menu.c\
|
||||
playlist.c showtext.c wps.c settings.c status.c
|
||||
|
|
@ -227,6 +227,9 @@ $(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c
|
|||
$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/powermgmt.o: $(FIRMWAREDIR)/powermgmt.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/stubs.o: ../common/stubs.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue