mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
build: Fix double use of objects item
In waf, install targets must not be specified more than once.
This commit is contained in:
committed by
Amar Takhar
parent
1e68298847
commit
d773df1d0f
@@ -14,9 +14,7 @@ install:
|
|||||||
- destination: ${BSP_INCLUDEDIR}/dev/spi
|
- destination: ${BSP_INCLUDEDIR}/dev/spi
|
||||||
source:
|
source:
|
||||||
- bsps/include/dev/spi/xqspi_flash.h
|
- bsps/include/dev/spi/xqspi_flash.h
|
||||||
links:
|
links: []
|
||||||
- role: build-dependency
|
|
||||||
uid: objxilinxsupport
|
|
||||||
source:
|
source:
|
||||||
- bsps/shared/dev/spi/xqspi_flash.c
|
- bsps/shared/dev/spi/xqspi_flash.c
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
Reference in New Issue
Block a user