mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
base/base-hw: unify startup library builds
- Use 'select_from_repositories' for crt0.s of startup library - Move RISC-V crt0.s to base (where the other archs are located) issue #4019
This commit is contained in:
parent
ce31c90bc3
commit
f5cd12dcf9
@ -1,3 +1,3 @@
|
||||
include $(BASE_DIR)/lib/mk/startup.inc
|
||||
|
||||
vpath crt0.s $(BASE_DIR)/src/lib/startup/spec/arm_64
|
||||
vpath crt0.s $(call select_from_repositories,src/lib/startup/spec/arm_64)
|
||||
|
@ -1,3 +1,3 @@
|
||||
include $(BASE_DIR)/lib/mk/startup.inc
|
||||
|
||||
vpath crt0.s $(BASE_DIR)/src/lib/startup/spec/arm
|
||||
vpath crt0.s $(call select_from_repositories,src/lib/startup/spec/arm)
|
||||
|
@ -1,3 +1,3 @@
|
||||
include $(BASE_DIR)/lib/mk/startup.inc
|
||||
|
||||
vpath crt0.s $(BASE_DIR)/src/lib/startup/spec/x86_64
|
||||
vpath crt0.s $(call select_from_repositories,src/lib/startup/spec/x86_64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user