mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
build: add Makefile templates for Bootloader firmware across architectures
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
a8ff50541a
commit
4350393610
6
Bootloader/firmware/amd64/Makefile
Normal file
6
Bootloader/firmware/amd64/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
default:
|
||||
$(error Do not run this Makefile directly!)
|
||||
|
||||
build:
|
||||
|
||||
clean:
|
6
Bootloader/firmware/arm/Makefile
Normal file
6
Bootloader/firmware/arm/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
default:
|
||||
$(error Do not run this Makefile directly!)
|
||||
|
||||
build:
|
||||
|
||||
clean:
|
6
Bootloader/firmware/i386/Makefile
Normal file
6
Bootloader/firmware/i386/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
default:
|
||||
$(error Do not run this Makefile directly!)
|
||||
|
||||
build:
|
||||
|
||||
clean:
|
Loading…
x
Reference in New Issue
Block a user