added the sleep simulation file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-01 10:36:43 +00:00
parent aa4ddab13c
commit 49108ec572

View file

@ -44,7 +44,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
#SRCS = $(wildcard *.c)
SRCS = screenhack.c uibasic.c resources.c visual.c lcd.c lcd-x11.c \
button-x11.c chartables.c tetris.c app.c tree.c io.c
button-x11.c chartables.c tetris.c app.c tree.c io.c sleep.c
OBJS := $(SRCS:c=o)