summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-08-13 08:32:15 +0000
committerRobert Hak <adiamas@rockbox.org>2002-08-13 08:32:15 +0000
commit37985d94b98168cd6408f81b85858001289aadd2 (patch)
tree29105a40c7df87f9853765b1200ab7b3abcafb98 /uisimulator/x11
parentd06cd2ee16fadd4a8a64632029464da3c4ab90a5 (diff)
downloadrockbox-37985d94b98168cd6408f81b85858001289aadd2.tar.gz
rockbox-37985d94b98168cd6408f81b85858001289aadd2.zip
removed ref to stubs.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1700 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 9a21dece80..d3f36b4c92 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -91,7 +91,7 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
91 APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c 91 APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c
92endif 92endif
93 93
94SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \ 94SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
95 button-x11.c io.c thread.c $(APPS) $(MENUS) $(FIRMSRCS) 95 button-x11.c io.c thread.c $(APPS) $(MENUS) $(FIRMSRCS)
96 96
97ifdef MPEG_PLAY 97ifdef MPEG_PLAY
@@ -252,9 +252,6 @@ $(OBJDIR)/unicode.o: $(FIRMWAREDIR)/unicode.c
252$(OBJDIR)/ajf.o: $(FIRMWAREDIR)/ajf.c 252$(OBJDIR)/ajf.o: $(FIRMWAREDIR)/ajf.c
253 $(CC) $(CFLAGS) -c $< -o $@ 253 $(CC) $(CFLAGS) -c $< -o $@
254 254
255$(OBJDIR)/stubs.o: ../common/stubs.c
256 $(CC) $(CFLAGS) -c $< -o $@
257
258$(OBJDIR)/power.o: $(DRIVERS)/power.c 255$(OBJDIR)/power.o: $(DRIVERS)/power.c
259 $(CC) $(CFLAGS) -c $< -o $@ 256 $(CC) $(CFLAGS) -c $< -o $@
260 257