This stack check implementation leverages the compiler's profiling (gcc -p)
[linux-2.6.git] / arch / um / kernel / skas / util / Makefile
1 all: mk_ptregs
2
3 mk_ptregs : mk_ptregs.o
4         $(HOSTCC) -o mk_ptregs mk_ptregs.o
5
6 mk_ptregs.o : mk_ptregs.c
7         $(HOSTCC) -c $< 
8
9 clean-files := mk_ptregs *.o *~