Mkdir rn42

This commit is contained in:
tmk
2014-07-30 14:38:26 +09:00
parent b4e4f599df
commit 59ea5e02f7
11 changed files with 39 additions and 6 deletions
+1
View File
@@ -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 $@