genode/repos/base-hw/lib/mk/spec/arm_64/startup-hw.mk
Sebastian Sumpf f5cd12dcf9 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
2021-02-23 12:07:15 +01:00

4 lines
114 B
Makefile

include $(BASE_DIR)/lib/mk/startup.inc
vpath crt0.s $(call select_from_repositories,src/lib/startup/spec/arm_64)