WIP changes for rust bootloader

This commit is contained in:
Jeremy Soller 2022-02-07 17:13:28 -07:00
parent 7e0938d674
commit 35cd0b2ab0
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
10 changed files with 40 additions and 31 deletions

View file

@ -49,6 +49,9 @@ fetch:
# Cross compiler recipes
include mk/prefix.mk
# Bootloader recipes
include mk/bootloader.mk
# Kernel recipes
include mk/kernel.mk