Merge tag 'hsi-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
[cascardo/linux.git] / tools / testing / selftests / sigaltstack / Makefile
1 CFLAGS = -Wall
2 BINARIES = sas
3 all: $(BINARIES)
4
5 include ../lib.mk
6
7 clean:
8         rm -rf $(BINARIES)