Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block
[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