mirror of
https://github.com/xcat2/xNBA.git
synced 2025-04-15 09:39:26 +00:00
[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS
This commit is contained in:
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…
x
Reference in New Issue
Block a user