forked from Imagelibrary/rtems
35 lines
884 B
YAML
35 lines
884 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by:
|
|
- RTEMS_NETWORKING
|
|
includes:
|
|
- cpukit/libnetworking
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/libchip
|
|
source:
|
|
- bsps/include/libchip/cs8900.h
|
|
- bsps/include/libchip/i82586var.h
|
|
- bsps/include/libchip/if_dcreg.h
|
|
- bsps/include/libchip/if_fxpvar.h
|
|
- bsps/include/libchip/open_eth.h
|
|
- bsps/include/libchip/smc91111.h
|
|
- bsps/include/libchip/smc91111exp.h
|
|
- bsps/include/libchip/sonic.h
|
|
links: []
|
|
source:
|
|
- bsps/shared/net/cs8900.c
|
|
- bsps/shared/net/dec21140.c
|
|
- bsps/shared/net/elnk.c
|
|
- bsps/shared/net/i82586.c
|
|
- bsps/shared/net/if_dc.c
|
|
- bsps/shared/net/if_fxp.c
|
|
- bsps/shared/net/open_eth.c
|
|
- bsps/shared/net/smc91111.c
|
|
- bsps/shared/net/sonic.c
|
|
type: build
|