From 97531e8f6c9cffbbc28d71e575a52c34773f691e Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 16 May 2002 21:00:41 +0000 Subject: Added dac.o git-svn-id: svn://svn.rockbox.org/rockbox/trunk@603 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/i2c/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/test/i2c/Makefile b/firmware/test/i2c/Makefile index f047948..fe0f85e 100644 --- a/firmware/test/i2c/Makefile +++ b/firmware/test/i2c/Makefile @@ -8,12 +8,12 @@ INCLUDES=-I../../common -I../.. -I../../drivers TARGET = -DARCHOS_PLAYER_OLD=1 -CFLAGS = -g -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fschedule-insns -fno-builtin $(INCLUDES) $(TARGET) -DDEBUG +CFLAGS = -g -W -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fschedule-insns -fno-builtin $(INCLUDES) $(TARGET) -DDEBUG AFLAGS += -small -relax OBJS= ../../crt0.o main.o ../../drivers/i2c.o ../../drivers/mas.o \ ../../debug.o ../../kernel.o thread.o ../../common/sprintf.o \ - ../../panic.o ../../system.o ../../drivers/led.o \ + ../../drivers/dac.o ../../panic.o ../../system.o ../../drivers/led.o \ ../../drivers/lcd.o ata.o ../../drivers/fat.o \ ../../common/disk.o ../../common/file.o ../../common/dir.o @@ -44,7 +44,7 @@ dist: tar czvf dist.tar.gz Makefile main.c start.s app.lds clean: - -rm -f $(OBJS) *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~ + -rm -f $(OBJS) *.x *.i *.o *.s *.elf *.bin *.map *.mod *.bak *~ install: mount /mnt/archos; cp archos.mod /mnt/archos; umount /mnt/archos -- cgit v1.1