[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS

pull/1/head
Michael Brown 2008-10-10 02:08:31 +01:00
parent cdd619d11f
commit 3f80f9e1a6
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ endif # defined(BIN)
# Include architecture-specific Makefile
ifdef ARCH
MAKEDEPS += arch/$(ARCH)/Makefile
include arch/$(ARCH)/Makefile
endif