????

Your IP : 216.73.216.152


Current Path : /usr/lib/modules/3.10.0-957.21.3.el7.x86_64/source/tools/testing/selftests/powerpc/tm/
Upload File :
Current File : //usr/lib/modules/3.10.0-957.21.3.el7.x86_64/source/tools/testing/selftests/powerpc/tm/Makefile

PROGS := tm-resched-dscr tm-syscall

all: $(PROGS)

$(PROGS):

tm-syscall: tm-syscall-asm.S
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