tools/perf/build: Add feature check core code
[linux-2.6-block.git] / tools / perf / config / feature-checks / Makefile
CommitLineData
b6aa9979
IM
1
2FILES=test-hello
3
4all: $(FILES)
5
6BUILD = $(CC) -o $(OUTPUT)$@ $@.c
7
8###############################
9
10test-hello: test-hello.c
11 $(BUILD)
12
13###############################
14
15clean:
16 rm -f $(FILES)