summaryrefslogtreecommitdiffstats
path: root/samples/watchdog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/watchdog/Makefile')
-rw-r--r--samples/watchdog/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/watchdog/Makefile b/samples/watchdog/Makefile
new file mode 100644
index 0000000..9b53d89
--- /dev/null
+++ b/samples/watchdog/Makefile
@@ -0,0 +1,8 @@
+CC := $(CROSS_COMPILE)gcc
+PROGS := watchdog-simple
+
+all: $(PROGS)
+
+clean:
+ rm -fr $(PROGS)
+
OpenPOWER on IntegriCloud