summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
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)
50 50
51#SRCS = $(wildcard *.c) 51#SRCS = $(wildcard *.c)
52 52
53FIRMSRCS = chartables.c lcd.c sprintf.c id3.c 53FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
54 54
55APPS = tetris.c screensaver.c tree.c app.c play.c menu.c 55APPS = tetris.c screensaver.c tree.c app.c play.c menu.c
56 56
@@ -95,6 +95,9 @@ chartables.o: $(FIRMWAREDIR)/chartables.c
95id3.o: $(FIRMWAREDIR)/id3.c 95id3.o: $(FIRMWAREDIR)/id3.c
96 $(CC) $(CFLAGS) -c $< -o $@ 96 $(CC) $(CFLAGS) -c $< -o $@
97 97
98debug.o: $(FIRMWAREDIR)/debug.c
99 $(CC) $(CFLAGS) -c $< -o $@
100
98sprintf.o: $(COMMON)/sprintf.c 101sprintf.o: $(COMMON)/sprintf.c
99 $(CC) $(CFLAGS) -c $< -o $@ 102 $(CC) $(CFLAGS) -c $< -o $@
100 103