aboutsummaryrefslogtreecommitdiff
path: root/boot/cmd/main.c
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2025-02-12 01:27:44 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-02-12 01:27:44 +0100
commit779b9834e30de1ba0b4f0755388bebd0c45aa1dc (patch)
tree218edb656e329884e4b9cab7e84f4ba4b4af0c4a /boot/cmd/main.c
parent8ac78b9953908d2a4ffece855296fb7597440cce (diff)
Restructure rom image and use dependencies for makefiles
Diffstat (limited to 'boot/cmd/main.c')
-rw-r--r--boot/cmd/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/cmd/main.c b/boot/cmd/main.c
new file mode 100644
index 0000000..b363531
--- /dev/null
+++ b/boot/cmd/main.c
@@ -0,0 +1,4 @@
+void
+main(void)
+{
+}