mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 09:50:26 +03:00
[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS
This commit is contained in:
@@ -229,6 +229,7 @@ endif # defined(BIN)
|
|||||||
|
|
||||||
# Include architecture-specific Makefile
|
# Include architecture-specific Makefile
|
||||||
ifdef ARCH
|
ifdef ARCH
|
||||||
|
MAKEDEPS += arch/$(ARCH)/Makefile
|
||||||
include arch/$(ARCH)/Makefile
|
include arch/$(ARCH)/Makefile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user