Add default target for bootimage

This commit is contained in:
Philipp Oppermann
2019-01-25 12:44:27 +01:00
parent bbc19e132c
commit f4fd0e264a

View File

@@ -12,3 +12,6 @@ panic = "abort"
[profile.release] [profile.release]
panic = "abort" panic = "abort"
[package.metadata.bootimage]
default-target = "x86_64-blog_os.json"