forked from Imagelibrary/rtems
Add networking support for griscv bsp
* Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
This commit is contained in:
@@ -64,6 +64,12 @@ if HAS_SMP
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/griscv/start/bspsmp.c
|
||||
endif
|
||||
|
||||
if HAS_NETWORKING
|
||||
if !HAS_SMP
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/griscv/net/griscv_greth.c
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am
|
||||
include $(srcdir)/../../../../../../bsps/shared/grlib-sources.am
|
||||
include $(srcdir)/../../../../../../bsps/shared/shared-sources.am
|
||||
|
||||
Reference in New Issue
Block a user