summaryrefslogblamecommitdiffstats
path: root/tools/perf/config/feature-checks/Makefile
blob: 4708ccadfc54a4b222e2a559d7b4381e2dd81acd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                

               





                                 
           

                

                  


                               
                          

FILES=test-hello

CC := $(CC) -MD

all: $(FILES)

BUILD = $(CC) -o $(OUTPUT)$@ $@.c

###############################

test-hello:
	$(BUILD)

-include *.d */*.d

###############################

clean:
	rm -f $(FILES) *.d