Update scaninc to include missing .include files in assembler files

This commit is contained in:
Marcus Huderle
2019-08-28 16:52:33 -05:00
committed by huderlem
parent b420b98d63
commit 1a2b430646
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ endif
ifeq ($(NODEP),1)
$(C_BUILDDIR)/%.o: c_dep :=
else
$(C_BUILDDIR)/%.o: c_dep = $(shell $(SCANINC) -I include $(C_SUBDIR)/$*.c)
$(C_BUILDDIR)/%.o: c_dep = $(shell $(SCANINC) -I include -I tools/agbcc/include $(C_SUBDIR)/$*.c)
endif
ifeq ($(DINFO),1)