base-hw/recipes: src/base-hw-muen

This commit is contained in:
Martin Stein
2018-12-04 18:37:47 +01:00
committed by Norman Feske
parent 600a5ecdaf
commit 7ad00d1152
4 changed files with 9 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ proc run_boot_dir {binaries} {
proc base_src { } {
if {[have_spec x86_64] && ![have_spec muen]} { return base-hw-pc }
if {[have_spec x86_64] && [have_spec muen]} { return base-hw-muen }
if {[have_spec pbxa9]} { return base-hw-pbxa9 }
if {[have_spec rpi]} { return base-hw-rpi }
if {[have_spec wand_quad]} { return base-hw-wand_quad }