Repository URL to install this package:
|
Version:
4.9.40-1 ▾
|
linux-headers-4.9.40-rt30-realtime
/
usr
/
src
/
linux-headers-4.9.40-rt30-realtime
/
tools
/
testing
/
selftests
/
membarrier
/
Makefile
|
|---|
CFLAGS += -g -I../../../../usr/include/
TEST_PROGS := membarrier_test
all: $(TEST_PROGS)
include ../lib.mk
clean:
$(RM) $(TEST_PROGS)