build: add Makefile templates for Bootloader firmware across architectures

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-01-23 21:47:21 +02:00
parent a8ff50541a
commit 4350393610
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A
6 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
default:
$(error Do not run this Makefile directly!)
build:
clean:

View File

@ -0,0 +1,6 @@
default:
$(error Do not run this Makefile directly!)
build:
clean:

View File

@ -0,0 +1,6 @@
default:
$(error Do not run this Makefile directly!)
build:
clean: