summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gitignore2
-rw-r--r--src/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
index 0c9be86..d42c924 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,2 +1,4 @@
+# SPDX-License-Identifier: CC0-1.0
+
*.o
gen-image
diff --git a/src/Makefile b/src/Makefile
index 564ee24..d7f901f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc