forked from len0rd/rockbox
removed ref to stubs.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1700 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d06cd2ee16
commit
37985d94b9
1 changed files with 1 additions and 4 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 stubs.c \
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
|
||||
button-x11.c io.c thread.c $(APPS) $(MENUS) $(FIRMSRCS)
|
||||
|
||||
ifdef MPEG_PLAY
|
||||
|
@ -252,9 +252,6 @@ $(OBJDIR)/unicode.o: $(FIRMWAREDIR)/unicode.c
|
|||
$(OBJDIR)/ajf.o: $(FIRMWAREDIR)/ajf.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/stubs.o: ../common/stubs.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/power.o: $(DRIVERS)/power.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue