summaryrefslogtreecommitdiff
path: root/firmware/test/i2c/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-05-02 23:02:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-05-02 23:02:36 +0000
commit46f5461ac742921cff1a17472399e9b6d1b18eeb (patch)
treee763637688c7212b7fd33533e4875ec43f28ed3f /firmware/test/i2c/Makefile
parent611a7c55e2eeec09c62a8c211d672c3129163d33 (diff)
downloadrockbox-46f5461ac742921cff1a17472399e9b6d1b18eeb.zip
rockbox-46f5461ac742921cff1a17472399e9b6d1b18eeb.tar.gz
rockbox-46f5461ac742921cff1a17472399e9b6d1b18eeb.tar.bz2
rockbox-46f5461ac742921cff1a17472399e9b6d1b18eeb.tar.xz
Early MP3 playing test
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@394 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/i2c/Makefile')
-rw-r--r--firmware/test/i2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/i2c/Makefile b/firmware/test/i2c/Makefile
index 4f004f8..dcc0d2b 100644
--- a/firmware/test/i2c/Makefile
+++ b/firmware/test/i2c/Makefile
@@ -10,7 +10,7 @@ CFLAGS = -g -Wall -m1 -nostdlib -Wstrict-prototypes -fschedule-insns -fno-builti
AFLAGS += -small -relax
OBJS= crt0.o main.o ../../drivers/i2c.o ../../drivers/mas.o ../../debug.o \
- ../../common/sprintf.o
+ ../../common/sprintf.o mp3data.o
%.o: %.S
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<