mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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 $<
|
$(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue