From 86f9a8410b8cfe53b11ca10f4f6dbcc2440c0e97 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 23 Sep 2002 11:17:52 +0000 Subject: Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2370 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uisimulator/x11/Makefile') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 3f9b999acb..a35778c931 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -77,7 +77,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall -FIRMSRCS = lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\ +FIRMSRCS = lcd-recorder.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\ powermgmt.c font.c panic.c sysfont.c APPS = main.c tree.c menu.c credits.c main_menu.c\ @@ -218,8 +218,8 @@ $(OBJDIR)/lang.o: $(APPDIR)/lang/$(LANGUAGE).lang $(TOOLSDIR)/genlang -p=$(OBJDIR)/lang $< $(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@ -$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c - $(CC) $(CFLAGS) -c $< -o $@ +$(OBJDIR)/lcd-recorder.o: $(DRIVERS)/lcd-recorder.c + $(CC) $(CFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ $(OBJDIR)/sysfont.o: $(FIRMWAREDIR)/fonts/clR6x8.bdf $(TOOLSDIR)/convbdf -c -o $(OBJDIR)/sysfont.c $< -- cgit v1.2.3