1
0
Fork 0
forked from len0rd/rockbox

Added archos.mod as target + nl conversion

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@138 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-18 20:01:44 +00:00
parent c5099ed9c3
commit 7f309df429

View file

@ -31,7 +31,7 @@ OBJS := $(SRC:%.c=%.o)
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
all : $(OBJS) # archos.mod # archos.asm all : archos.mod # archos.asm
archos.elf : $(OBJS) app.lds archos.elf : $(OBJS) app.lds
$(CC) -nostdlib -o archos.elf $(OBJS) -lgcc -Tapp.lds -Wl,-Map,archos.map $(CC) -nostdlib -o archos.elf $(OBJS) -lgcc -Tapp.lds -Wl,-Map,archos.map