forked from len0rd/rockbox
Added screensaver.c reference
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@389 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c75674817
commit
797b4696d9
1 changed files with 6 additions and 2 deletions
|
@ -46,9 +46,10 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
|
|||
|
||||
FIRMSRCS = chartables.c lcd.c sprintf.c
|
||||
|
||||
APPS = tetris.c screensaver.c
|
||||
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
|
||||
button-x11.c tetris.c app.c tree.c io.c sleep.c \
|
||||
$(FIRMSRCS)
|
||||
button-x11.c app.c tree.c io.c sleep.c $(APPS) $(FIRMSRCS)
|
||||
|
||||
OBJS := $(SRCS:c=o)
|
||||
|
||||
|
@ -64,6 +65,9 @@ distclean: clean
|
|||
tetris.o: $(APPDIR)/tetris.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
screensaver.o: $(APPDIR)/screensaver.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
app.o: $(APPDIR)/app.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue