update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / arch / um / kernel / skas / util / Makefile
1 all: mk_ptregs
2
3 mk_ptregs : mk_ptregs.o
4         $(CC) -o mk_ptregs mk_ptregs.o
5
6 mk_ptregs.o : mk_ptregs.c
7         $(CC) -c $< 
8
9 clean : 
10         $(RM) -f mk_ptregs *.o *~