From c6e0734b7b99b97253b01a5c45ba1dbb7da874f4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Apr 2002 00:00:02 +0000 Subject: works in new dir git-svn-id: svn://svn.rockbox.org/rockbox/trunk@284 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 27dad9f178..2b55c07022 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -19,7 +19,8 @@ TARGET = rockboxui -FIRMWAREDIR = ../firmware +APPDIR= .. +FIRMWAREDIR = ../../firmware DRIVERS = $(FIRMWAREDIR)/drivers CC = gcc @@ -56,6 +57,12 @@ clean: distclean: clean $(RM) config.cache +tetris.o: $(APPDIR)/tetris.c + $(CC) $(CFLAGS) -c $< -o $@ + +app.o: $(APPDIR)/app.c + $(CC) $(CFLAGS) -c $< -o $@ + lcd.o: $(DRIVERS)/lcd.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3