Update real-device objects

This commit is contained in:
2026-03-10 11:04:50 +01:00
parent d28adcf52d
commit 800258d03d
5 changed files with 560 additions and 356 deletions

View File

@@ -12,9 +12,11 @@ endif()
build_lib(
LIBNAME real-device
SOURCE_FILES model/evb-lan9668.cc
SOURCE_FILES model/real-switch.cc
model/evb-lan9668.cc
helper/real-device-helper.cc
HEADER_FILES model/evb-lan9668.h
HEADER_FILES model/real-switch.h
model/evb-lan9668.h
helper/real-device-helper.h
LIBRARIES_TO_LINK ${libcore}
${libethernet}