mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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)
|
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||||
LCDSRSC = lcd-recorder.c
|
LCDSRSC = lcd-recorder.c
|
||||||
else
|
else
|
||||||
LCDSRSC = lcd-playersim.c
|
LCDSRSC = lcd-playersim.c lcd-player.c
|
||||||
endif
|
endif
|
||||||
FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
|
FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
|
||||||
powermgmt.c font.c panic.c sysfont.c ctype.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
|
$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
$(OBJDIR)/lcd-player.o: $(DRIVERS)/lcd-player.c
|
||||||
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
# these ones are simulator-specific
|
# these ones are simulator-specific
|
||||||
|
|
||||||
$(OBJDIR)/%.o: %.c
|
$(OBJDIR)/%.o: %.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue