Blame view

samples/watchdog/Makefile 92 Bytes
071bf69a0   Shuah Khan   samples: move wat...
1
2
3
4
5
6
7
  CC := $(CROSS_COMPILE)gcc
  PROGS := watchdog-simple
  
  all: $(PROGS)
  
  clean:
  	rm -fr $(PROGS)