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:
parent
c5099ed9c3
commit
7f309df429
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ OBJS := $(SRC:%.c=%.o)
|
|||
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
|
||||
|
||||
|
||||
all : $(OBJS) # archos.mod # archos.asm
|
||||
all : archos.mod # archos.asm
|
||||
|
||||
archos.elf : $(OBJS) app.lds
|
||||
$(CC) -nostdlib -o archos.elf $(OBJS) -lgcc -Tapp.lds -Wl,-Map,archos.map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue