Bah, I didn't mean to commit my edited Makefile...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@164 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1acfd6b39d
commit
f761de4c32
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ AFLAGS += -small -relax
|
|||
SRC := $(wildcard *.c)
|
||||
OBJS := $(SRC:%.c=%.o)
|
||||
|
||||
OBJS := button.o chartables.o lcd.o led.o serial.o system.o ata.o kernel.o
|
||||
|
||||
%.o: %.s
|
||||
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
|
||||
|
||||
|
|
Loading…
Reference in a new issue