summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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