Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / tools / testing / selftests / membarrier / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -g -I../../../../usr/include/
3 LDLIBS += -lpthread
4
5 TEST_GEN_PROGS := membarrier_test_single_thread \
6                 membarrier_test_multi_thread
7
8 include ../lib.mk