Use lcd-player.c in simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
786d2c3cb3
commit
073ca0a8bc
1 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -
|
|||
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||
LCDSRSC = lcd-recorder.c
|
||||
else
|
||||
LCDSRSC = lcd-playersim.c
|
||||
LCDSRSC = lcd-playersim.c lcd-player.c
|
||||
endif
|
||||
FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
|
||||
powermgmt.c font.c panic.c sysfont.c ctype.c
|
||||
|
@ -301,6 +301,9 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c
|
|||
$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/lcd-player.o: $(DRIVERS)/lcd-player.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
# these ones are simulator-specific
|
||||
|
||||
$(OBJDIR)/%.o: %.c
|
||||
|
|
Loading…
Reference in a new issue