summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index e0dc896087..0cf3a66ded 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -299,7 +299,7 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c
299 $(CC) $(CFLAGS) -c $< -o $@ 299 $(CC) $(CFLAGS) -c $< -o $@
300 300
301$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c 301$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
302 $(CC) $(CFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@ 302 $(CC) $(CFLAGS) -c $< -o $@
303 303
304# these ones are simulator-specific 304# these ones are simulator-specific
305 305