Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[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