From 37985d94b98168cd6408f81b85858001289aadd2 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Tue, 13 Aug 2002 08:32:15 +0000 Subject: removed ref to stubs.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1700 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'uisimulator/x11') 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) APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c endif -SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \ +SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \ button-x11.c io.c thread.c $(APPS) $(MENUS) $(FIRMSRCS) ifdef MPEG_PLAY @@ -252,9 +252,6 @@ $(OBJDIR)/unicode.o: $(FIRMWAREDIR)/unicode.c $(OBJDIR)/ajf.o: $(FIRMWAREDIR)/ajf.c $(CC) $(CFLAGS) -c $< -o $@ -$(OBJDIR)/stubs.o: ../common/stubs.c - $(CC) $(CFLAGS) -c $< -o $@ - $(OBJDIR)/power.o: $(DRIVERS)/power.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3