mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
spec/beagle: Add missing spi.h install
The beagle SPI functions are unusable by applications unless this file is installed with the BSP. This ensures that the file is installed properly.
This commit is contained in:
committed by
Chris Johns
parent
408dbeb922
commit
240987228f
@@ -20,6 +20,7 @@ install:
|
||||
- bsps/arm/beagle/include/bsp/irq.h
|
||||
- bsps/arm/beagle/include/bsp/pwmss.h
|
||||
- bsps/arm/beagle/include/bsp/qep.h
|
||||
- bsps/arm/beagle/include/bsp/spi.h
|
||||
- destination: ${BSP_LIBDIR}
|
||||
source:
|
||||
- bsps/arm/beagle/start/linkcmds
|
||||
|
||||
Reference in New Issue
Block a user