From 9dff75fcb943bd6458e266a635521037169aebf1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 May 2002 11:24:08 +0000 Subject: compile debug.c from the firmware for logging errors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@472 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator/x11/Makefile') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 535a59d5b6..33465d4710 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -50,7 +50,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) #SRCS = $(wildcard *.c) -FIRMSRCS = chartables.c lcd.c sprintf.c id3.c +FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c APPS = tetris.c screensaver.c tree.c app.c play.c menu.c @@ -95,6 +95,9 @@ chartables.o: $(FIRMWAREDIR)/chartables.c id3.o: $(FIRMWAREDIR)/id3.c $(CC) $(CFLAGS) -c $< -o $@ +debug.o: $(FIRMWAREDIR)/debug.c + $(CC) $(CFLAGS) -c $< -o $@ + sprintf.o: $(COMMON)/sprintf.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3