mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base: remove SPEC variables of boards (fix #3971)
* Remove SPEC declarations from mk/spec * Remove all board-specific REQUIRE declaratiions left * Replace [have_spec <board>] run-script declarations with have_board where necessary * Remove addition of BOARD variable to SPECS in toplevel Makefile * Move board-specific directories in base-hw out of specs
This commit is contained in:
committed by
Norman Feske
parent
5a123e37c9
commit
bdd923406f
@@ -43,8 +43,8 @@ proc muen_spark_path { } {
|
||||
# \param elf_img ELF binary of Genode subject
|
||||
#
|
||||
proc run_image {elf_img} {
|
||||
if {![have_spec "muen"]} {
|
||||
puts stderr "Error: Missing SPEC muen, unsupported platform"
|
||||
if {![have_board "muen"]} {
|
||||
puts stderr "You've to build for the BOARD=muen"
|
||||
exit -1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user