From 6cb1f7b08b9b133dea21484262c4c33475c213a1 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 16 May 2002 14:48:17 +0000 Subject: Now uses librockbox.a git-svn-id: svn://svn.rockbox.org/rockbox/trunk@598 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index c8b87ae5eb..df7005ea40 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -26,12 +26,12 @@ CFLAGS = -Os -W -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fs AFLAGS += -small -relax SRC := $(wildcard drivers/*.c common/*.c *.c) -OBJS := $(SRC:%.c=%.o) crt0.o +OBJS := $(SRC:%.c=%.o) $(FIRMWARE)/crt0.o all : archos.mod # archos.asm archos.elf : $(OBJS) $(FIRMWARE)/app.lds - $(CC) -nostdlib -o archos.elf $(OBJS) -lgcc -lc -T$(FIRMWARE)/app.lds -Wl,-Map,archos.map + $(CC) -nostdlib -o archos.elf $(OBJS) -lrockbox -lgcc -lc -L$(FIRMWARE) -T$(FIRMWARE)/app.lds -Wl,-Map,archos.map archos.bin : archos.elf $(OC) -O binary archos.elf archos.bin -- cgit v1.2.3