1
0
Fork 0
forked from len0rd/rockbox

Removed lcd.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-22 11:54:50 +00:00
parent 60c5ec3512
commit 7503957187

View file

@ -9,7 +9,7 @@ INCLUDES=-I../../
CFLAGS = -g -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) CFLAGS = -g -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
AFLAGS += -small -relax AFLAGS += -small -relax
OBJS= crt0.o main.o ../../lcd.o ../../i2c.o ../../mas.o ../../debug.o OBJS= crt0.o main.o ../../i2c.o ../../mas.o ../../debug.o
%.o: %.S %.o: %.S
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<