Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.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)