Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[sfrench/cifs-2.6.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)