Blame sysdeps/riscv/Makefile

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