mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
drivers/net: add Intel e1000 network card support
add Intel e1000 network card support Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e3dabcd999
commit
bc0c7b0db3
@@ -79,6 +79,10 @@ if(CONFIG_NET)
|
||||
list(APPEND SRCS lan9250.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_NET_E1000)
|
||||
list(APPEND SRCS e1000.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_ARCH_PHY_INTERRUPT)
|
||||
list(APPEND SRCS phy_notify.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user