forked from len0rd/rockbox
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
Patch by Thomas Jarosch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28913 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6cbacb1b3e
commit
0bf1bd1d51
8 changed files with 11 additions and 15 deletions
|
|
@ -19,7 +19,7 @@ OBJS= ../../crt0.o ../../system.o main.o ../../panic.o ../../drivers/lcd.o \
|
|||
../../debug.o ../../common/sprintf.o
|
||||
|
||||
%.o: %.S
|
||||
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
|
||||
$(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) $(ASMFLAGS) -c $<
|
||||
|
||||
|
||||
all : archos.mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue