Blame sysdeps/riscv/Makefile

Packit Service 82fcde
ifeq ($(subdir),misc)
Packit Service 82fcde
sysdep_headers += sys/asm.h
Packit Service 82fcde
endif
Packit Service 82fcde
Packit Service 82fcde
# RISC-V's assembler also needs to know about PIC as it changes the definition
Packit Service 82fcde
# of some assembler macros.
Packit Service 82fcde
ASFLAGS-.os += $(pic-ccflag)