summaryrefslogtreecommitdiff
path: root/ports/sysdeps/mips/Makefile
blob: 9d01522a370b67ab33895f6ab72b50fc94466682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ifeq ($(subdir),misc)
sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
		  sys/asm.h sgidefs.h
endif

ifeq ($(subdir),setjmp)
sysdep_routines += setjmp_aux
endif

ifeq ($(subdir),rt)
librt-sysdep_routines += rt-sysdep
endif

ASFLAGS-.os += $(pic-ccflag)