Mkdir rn42
This commit is contained in:
parent
77776156fb
commit
2206a6d67a
1
rules.mk
1
rules.mk
@ -565,6 +565,7 @@ $(OBJDIR)/%.o : %.cpp
|
|||||||
# Assemble: create object files from assembler source files.
|
# Assemble: create object files from assembler source files.
|
||||||
$(OBJDIR)/%.o : %.S
|
$(OBJDIR)/%.o : %.S
|
||||||
@echo
|
@echo
|
||||||
|
mkdir -p $(@D)
|
||||||
@echo $(MSG_ASSEMBLING) $<
|
@echo $(MSG_ASSEMBLING) $<
|
||||||
$(CC) -c $(ALL_ASFLAGS) $< -o $@
|
$(CC) -c $(ALL_ASFLAGS) $< -o $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user