irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git] / tools / testing / selftests / breakpoints / Makefile
blobc0d957015f524d7ad7f6ab2a46be1a8d484a8ef9
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/)
5 ifeq ($(ARCH),x86)
6 TEST_PROGS := breakpoint_test
7 endif
9 all: $(TEST_PROGS)
11 include ../lib.mk
13 clean:
14 rm -fr breakpoint_test