mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
gems: add pkg/drivers_nic-pc
This commit is contained in:
@@ -408,3 +408,12 @@ proc drivers_interactive_pkg { } {
|
||||
puts stderr "drivers_interactive package undefined for this build configuration"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
proc drivers_nic_pkg { } {
|
||||
|
||||
if {[have_spec x86] && ![have_spec linux]} { return drivers_nic-pc }
|
||||
|
||||
puts stderr "drivers_nic package undefined for this build configuration"
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user