]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/testing/selftests/breakpoints/Makefile
d27108b4f2081fe2d250e4de8c45bf02f7c73d4f
[karo-tx-linux.git] / tools / testing / selftests / breakpoints / Makefile
1 # Taken from perf makefile
2 uname_M := $(shell uname -m 2>/dev/null || echo not)
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
4
5 ifeq ($(ARCH),x86)
6 TEST_PROGS := breakpoint_test
7 endif
8
9 all:
10
11 include ../lib.mk
12
13 clean:
14         rm -fr breakpoint_test