build: Fix double use of objects item

In waf, install targets must not be specified more than once.
This commit is contained in:
Sebastian Huber
2024-06-10 21:44:26 +02:00
committed by Amar Takhar
parent 1e68298847
commit d773df1d0f

View File

@@ -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