genode/repos/base/lib/mk/spec/x86_64/startup.inc
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
PHP

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