diff options
Diffstat (limited to 'samples/watchdog')
-rw-r--r-- | samples/watchdog/Makefile | 1 | ||||
-rw-r--r-- | samples/watchdog/watchdog-simple.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/samples/watchdog/Makefile b/samples/watchdog/Makefile index 9b53d89b1ccf..a9430fa60253 100644 --- a/samples/watchdog/Makefile +++ b/samples/watchdog/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
1 | CC := $(CROSS_COMPILE)gcc | 2 | CC := $(CROSS_COMPILE)gcc |
2 | PROGS := watchdog-simple | 3 | PROGS := watchdog-simple |
3 | 4 | ||
diff --git a/samples/watchdog/watchdog-simple.c b/samples/watchdog/watchdog-simple.c index ba45803a2216..9ce66d2ca2a9 100644 --- a/samples/watchdog/watchdog-simple.c +++ b/samples/watchdog/watchdog-simple.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #include <stdio.h> | 2 | #include <stdio.h> |
2 | #include <stdlib.h> | 3 | #include <stdlib.h> |
3 | #include <unistd.h> | 4 | #include <unistd.h> |