fix compiling (battery_level again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa5d5f0c7e
commit
7232940fd5
1 changed files with 4 additions and 1 deletions
|
@ -60,7 +60,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
|
|||
APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall
|
||||
|
||||
FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c backlight.c usb.c \
|
||||
mpeg.c
|
||||
mpeg.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
|
||||
|
@ -161,6 +161,9 @@ $(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c
|
|||
$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/powermgmt.o: $(FIRMWAREDIR)/powermgmt.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/settings.o: $(APPDIR)/settings.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue