Merge branch 'linus' into perfcounters/core
[safe/jmp/linux-2.6] / Documentation / perf_counter / Makefile
1 BINS = kerneltop perfstat
2
3 all: $(BINS)
4
5 kerneltop: kerneltop.c ../../include/linux/perf_counter.h
6         cc -O6 -Wall -lrt -o $@ $<
7
8 perfstat: kerneltop
9         ln -sf kerneltop perfstat
10
11 clean:
12         rm $(BINS)