From d851644fed1715883b710343a8a278bf81368369 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 23 Apr 2002 13:15:40 +0000 Subject: Adapted to the new directory structure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@197 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/i2c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/test/i2c/Makefile b/firmware/test/i2c/Makefile index 9866796..dbb8740 100644 --- a/firmware/test/i2c/Makefile +++ b/firmware/test/i2c/Makefile @@ -4,12 +4,12 @@ AR = sh-elf-ar AS = sh-elf-as OC = sh-elf-objcopy -INCLUDES=-I../../ +INCLUDES=-I../.. -I../../drivers CFLAGS = -g -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) AFLAGS += -small -relax -OBJS= crt0.o main.o ../../i2c.o ../../mas.o ../../debug.o +OBJS= crt0.o main.o ../../drivers/i2c.o ../../drivers/mas.o ../../debug.o %.o: %.S $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< -- cgit v1.1