/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/riscv32/Makefile.linux
14 строк
311 B
Michael Brown
[riscv] Add support for the RISC-V CPU architecture
16 сен 2024, 00:34
16 сен 2024, 00:34
c215048
Код
Авторство
О чём код?
# -*- makefile -*- : Force emacs to use Makefile mode # Starting virtual address # LDFLAGS += -Ttext=0x10000 # Compiler flags for building host API wrapper # LINUX_CFLAGS += -march=rv32gc -mabi=ilp32d # Include generic Linux Makefile # MAKEDEPS += arch/riscv/Makefile.linux include arch/riscv/Makefile.linux