blob: 20a9968106115f4cf150598bf24c1a904a0b4066 (
plain) (
blame)
1
2
3
4
5
6
7
|
ifeq ($(subdir),misc)
sysdep_headers += sys/asm.h
endif
# RISC-V's assembler also needs to know about PIC as it changes the definition
# of some assembler macros.
ASFLAGS-.os += $(pic-ccflag)
|