Merge branch '_RHH/master' into _RHH/upcoming
This commit is contained in:
commit
fa8e1782d0
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -379,6 +379,10 @@ $(TEST_BUILDDIR)/%.o: $(TEST_SUBDIR)/%.c
|
|||
$(TEST_BUILDDIR)/%.d: $(TEST_SUBDIR)/%.c
|
||||
$(SCANINC) -M $@ $(INCLUDE_SCANINC_ARGS) -I tools/agbcc/include $<
|
||||
|
||||
ifneq ($(NODEP),1)
|
||||
-include $(addprefix $(OBJ_DIR)/,$(TEST_SRCS:.c=.d))
|
||||
endif
|
||||
|
||||
$(ASM_BUILDDIR)/%.o: $(ASM_SUBDIR)/%.s
|
||||
$(AS) $(ASFLAGS) -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in a new issue