]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - samples/watchdog/Makefile
Merge remote-tracking branches 'asoc/fix/cs4270', 'asoc/fix/da7219', 'asoc/fix/hdmi...
[karo-tx-linux.git] / samples / watchdog / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 PROGS := watchdog-simple
3
4 all: $(PROGS)
5
6 clean:
7         rm -fr $(PROGS)
8