SmartAudio/lichee/linux-4.9/samples/watchdog/Makefile

9 lines
92 B
Makefile
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
CC := $(CROSS_COMPILE)gcc
PROGS := watchdog-simple
all: $(PROGS)
clean:
rm -fr $(PROGS)