Move to do_on_cpu system call
[librseq.git] / include / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 nobase_include_HEADERS = \
7 rseq/rseq.h \
8 rseq/rseq-arm.h \
9 rseq/rseq-mips.h \
10 rseq/rseq-ppc.h \
11 rseq/rseq-s390.h \
12 rseq/rseq-skip.h \
13 rseq/rseq-x86.h
14
15 if HAVE_DO_ON_CPU
16 nobase_include_HEADERS += \
17 rseq/cpu-op.h \
18 rseq/percpu-op.h
19 endif
This page took 0.039144 seconds and 5 git commands to generate.