mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
drivers/net: add IGB network card support
Build Documentation / build-html (push) Has been cancelled
Build Documentation / build-html (push) Has been cancelled
Add support for Intel IGB type of network cards. Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
735e16f842
commit
880c8e5d26
@@ -89,6 +89,10 @@ if(CONFIG_NET)
|
||||
list(APPEND SRCS e1000.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_NET_IGB)
|
||||
list(APPEND SRCS igb.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_NET_IGC)
|
||||
list(APPEND SRCS igc.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user