mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
dde_linux: USB networking for rpi
Even though the network adaptor gets initialized, networking is not functional yet.
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
SRC_C += \
|
||||
usb/host/dwc_otg/dwc_otg/dwc_otg_adp.c \
|
||||
usb/host/dwc_otg/dwc_otg/dwc_otg_attr.c \
|
||||
@ -21,6 +20,8 @@ SRC_C += \
|
||||
usb/host/dwc_otg/dwc_common_port/dwc_modpow.c \
|
||||
usb/host/dwc_otg/dwc_common_port/dwc_notifier.c
|
||||
|
||||
SRC_C += usbnet.c smsc95xx.c
|
||||
|
||||
include $(REP_DIR)/lib/mk/usb.inc
|
||||
include $(REP_DIR)/lib/mk/arm/usb.inc
|
||||
|
||||
|
Reference in New Issue
Block a user