D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
modules
/
3.10.0-1062.9.1.el7.x86_64
/
source
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Filename :
Makefile
back
Copy
PROGS := tm-resched-dscr tm-syscall all: $(PROGS) $(PROGS): ../harness.c tm-syscall: tm-syscall-asm.S ../utils.c tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include run_tests: all @-for PROG in $(PROGS); do \ ./$$PROG; \ done; clean: rm -f $(PROGS) *.o .PHONY: all run_tests clean