perf annotate: Introduce alternative method of keeping instructions table
[linux/fpc-iii.git] / samples / watchdog / Makefile
blob9b53d89b1ccf2fb86ef9a0dbc71c61f0e6d5c1c1
1 CC := $(CROSS_COMPILE)gcc
2 PROGS := watchdog-simple
4 all: $(PROGS)
6 clean:
7 rm -fr $(PROGS)