mirror of https://github.com/ipxe/ipxe.git
[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS
parent
cdd619d11f
commit
3f80f9e1a6
|
@ -229,6 +229,7 @@ endif # defined(BIN)
|
|||
|
||||
# Include architecture-specific Makefile
|
||||
ifdef ARCH
|
||||
MAKEDEPS += arch/$(ARCH)/Makefile
|
||||
include arch/$(ARCH)/Makefile
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue