diff --git a/repos/libports/run/lwip.run b/repos/libports/run/lwip.run index 7a1a5d4f03..1f870455ec 100644 --- a/repos/libports/run/lwip.run +++ b/repos/libports/run/lwip.run @@ -111,6 +111,7 @@ append_platform_drv_config append_if $use_nic_driver config { + } [nic_drv_config] { @@ -134,7 +135,7 @@ set boot_modules { # platform-specific modules lappend_if $use_usb_driver boot_modules usb_drv -lappend_if $use_nic_driver boot_modules nic_drv +lappend_if $use_nic_driver boot_modules [nic_drv_binary] lappend_if [have_spec gpio] boot_modules [gpio_drv] append_platform_drv_boot_modules diff --git a/repos/os/src/drivers/nic/spec/zynq/hw/target.mk b/repos/os/src/drivers/nic/spec/zynq/hw/target.mk index 56556738e6..3e6ebbc77b 100644 --- a/repos/os/src/drivers/nic/spec/zynq/hw/target.mk +++ b/repos/os/src/drivers/nic/spec/zynq/hw/target.mk @@ -1,4 +1,4 @@ -REQUIRES = hw +REQUIRES = hw arm_v7 TARGET = zynq_nic_drv SRC_CC = main.cc LIBS = base syscall-hw