mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
removed sleep.c, the sleep() code was moved into thread.c as the
functionality is so closely related git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1003 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5fbeb6de75
commit
50c1ff2b2f
2 changed files with 1 additions and 29 deletions
|
|
@ -77,7 +77,7 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
|||
endif
|
||||
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c mpeg.c \
|
||||
button-x11.c io.c sleep.c thread.c $(APPS) $(FIRMSRCS)
|
||||
button-x11.c io.c thread.c $(APPS) $(FIRMSRCS)
|
||||
|
||||
ifdef MPEG_PLAY
|
||||
SRCS += mpegplay.c oss_sound.c bit.c decoder.c fixed.c frame.c huffman.c layer12.c layer3.c stream.c synth.c timer.c version.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue