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
|
@ -11,7 +11,7 @@ $(OBJDIR)/%.o: %.c
|
|||
|
||||
$(OBJDIR)/%.o: %.S
|
||||
$(SILENT)mkdir -p $(dir $@)
|
||||
$(call PRINTS,CC $<)$(CC) $(CFLAGS) -c $< -o $@
|
||||
$(call PRINTS,CC $<)$(CC) $(CFLAGS) $(ASMFLAGS) -c $< -o $@
|
||||
|
||||
# The echo stuff last in the dep update shell magic is to prevent any compiler
|
||||
# errors/warnings to cause an error code to get returned and thus stop the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue