changed name over to test-blink.c

removed hardcoded source name from the linker script
This commit is contained in:
Mariano Alvira 2009-03-29 09:35:10 -04:00
parent 668ab46fa2
commit 3d10558496
3 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,7 @@ include $(TOPDIR)/config.mk
AOBJS =
COBJS = $(patsubst %.c,%.o,$(wildcard src/*.c))
TARGETS = blink.o
TARGETS = test-blink.o
# Add GCC lib
PLATFORM_LIBS += --no-warn-mismatch -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc

View File

@ -32,7 +32,6 @@ SECTIONS
. = ALIGN(4);
.text :
{
src/blink.o (.text)
*(.text)
}