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:
Björn Stenberg 2002-04-21 22:07:26 +00:00
parent 1acfd6b39d
commit f761de4c32

View file

@ -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 $<