Skip to content

Commit b6493c0

Browse files
author
Magnus Röös
committed
ethernet driver: lan743x support
1 parent 803aa95 commit b6493c0

File tree

3 files changed

+771
-0
lines changed

3 files changed

+771
-0
lines changed

src/drivers/drivers.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ SRCS-${ENABLE_RTL8168} += \
5252

5353
SRCS-${ENABLE_ADS101X} += \
5454
${SRC}/drivers/ads101x.c
55+
56+
SRCS-${ENABLE_LAN743X} += \
57+
${SRC}/drivers/lan743x.c

0 commit comments

Comments
 (0)