mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
bsps/sparc: Move network drivers to bsps
This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -60,7 +60,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/getcurrentprocessor
|
||||
endif
|
||||
|
||||
if HAS_NETWORKING
|
||||
librtemsbsp_a_SOURCES += erc32sonic/erc32sonic.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/erc32/net/erc32sonic.c
|
||||
endif
|
||||
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
||||
|
||||
@@ -157,8 +157,8 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/getcurrentprocessor
|
||||
endif
|
||||
|
||||
if HAS_NETWORKING
|
||||
librtemsbsp_a_SOURCES += leon_smc91111/leon_smc91111.c
|
||||
librtemsbsp_a_SOURCES += leon_open_eth/leon_open_eth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon2/net/leon_smc91111.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon2/net/leon_open_eth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/net/greth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/net/network_interface_add.c
|
||||
endif
|
||||
|
||||
@@ -175,12 +175,12 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/start/bspsmp.c
|
||||
endif
|
||||
|
||||
if HAS_NETWORKING
|
||||
librtemsbsp_a_SOURCES += leon_smc91111/leon_smc91111.c
|
||||
librtemsbsp_a_SOURCES += leon_open_eth/leon_open_eth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/net/leon_smc91111.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/net/leon_open_eth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/net/greth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/net/network_interface_add.c
|
||||
if !HAS_SMP
|
||||
librtemsbsp_a_SOURCES += leon_greth/leon_greth.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/net/leon_greth.c
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user