summaryrefslogtreecommitdiffstats
path: root/samples/watchdog/Makefile
blob: 9b53d89b1ccf2fb86ef9a0dbc71c61f0e6d5c1c1 (plain)
1
2
3
4
5
6
7
8
CC := $(CROSS_COMPILE)gcc
PROGS := watchdog-simple

all: $(PROGS)

clean:
	rm -fr $(PROGS)

OpenPOWER on IntegriCloud