mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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
|
||||
source:
|
||||
- bsps/include/dev/spi/xqspi_flash.h
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: objxilinxsupport
|
||||
links: []
|
||||
source:
|
||||
- bsps/shared/dev/spi/xqspi_flash.c
|
||||
type: build
|
||||
|
||||
Reference in New Issue
Block a user