forked from len0rd/rockbox
i fix, now sleep
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1709 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e7a6a8267d
commit
8b05a002af
1 changed files with 4 additions and 1 deletions
|
@ -91,7 +91,7 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
|||
APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c
|
||||
endif
|
||||
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \
|
||||
button-x11.c io.c thread.c $(APPS) $(MENUS) $(FIRMSRCS)
|
||||
|
||||
ifdef MPEG_PLAY
|
||||
|
@ -240,6 +240,9 @@ $(OBJDIR)/mpeg.o: $(FIRMWAREDIR)/mpeg.c
|
|||
$(OBJDIR)/sprintf.o: $(COMMON)/sprintf.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/stubs.o: ../common/stubs.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue