mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Removed lcd.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
60c5ec3512
commit
7503957187
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ INCLUDES=-I../../
|
|||
CFLAGS = -g -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
|
||||
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
|
||||
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue