Mkdir rn42
This commit is contained in:
parent
b4e4f599df
commit
59ea5e02f7
11 changed files with 39 additions and 6 deletions
1
rules.mk
1
rules.mk
|
|
@ -565,6 +565,7 @@ $(OBJDIR)/%.o : %.cpp
|
|||
# Assemble: create object files from assembler source files.
|
||||
$(OBJDIR)/%.o : %.S
|
||||
@echo
|
||||
mkdir -p $(@D)
|
||||
@echo $(MSG_ASSEMBLING) $<
|
||||
$(CC) -c $(ALL_ASFLAGS) $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue