perf annotate: Add percent_type to struct annotation_options
[linux/fpc-iii.git] / samples / watchdog / Makefile
bloba9430fa60253dc1a1ad57957a093046137668be8
1 # SPDX-License-Identifier: GPL-2.0
2 CC := $(CROSS_COMPILE)gcc
3 PROGS := watchdog-simple
5 all: $(PROGS)
7 clean:
8 rm -fr $(PROGS)