about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/tile/Makefile
blob: 1c0c968dc12bdd98f1e55a25356a0ca2e67cf094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ifeq ($(subdir),misc)

# <sys/reg.h> provides something like x86 compatibility.
# New code should probably use <arch/abi.h> instead.
sysdep_headers += sys/reg.h

# MIPS-style cacheflush routine
sysdep_headers += sys/cachectl.h
sysdep_routines += cacheflush

# Control dataplane properties of current thread.
sysdep_headers += sys/dataplane.h
sysdep_routines += set_dataplane

endif

ifeq ($(subdir),elf)
sysdep_routines += dl-vdso
endif