gems: add pkg/drivers_nic-pc

This commit is contained in:
Norman Feske
2018-12-05 15:20:42 +01:00
parent c43723abdd
commit 89935e7308
7 changed files with 111 additions and 0 deletions

View File

@@ -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
}