From f761de4c32e51b8ddcad7a4417e5a50bdf0a7d13 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 21 Apr 2002 22:07:26 +0000 Subject: 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 --- firmware/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware') diff --git a/firmware/Makefile b/firmware/Makefile index 22f342a259..636f48094a 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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 $< -- cgit v1.2.3