mirror of https://github.com/ARMmbed/mbed-os.git
Move SFDP into blockdevice where it belongs to
parent
b20278a5f4
commit
5d2fbdc11e
|
|
@ -12,7 +12,6 @@ target_include_directories(mbed-device_key
|
|||
target_sources(mbed-device_key
|
||||
INTERFACE
|
||||
source/DeviceKey.cpp
|
||||
../source/SFDP.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(mbed-device_key
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ target_include_directories(mbed-storage-blockdevice
|
|||
.
|
||||
./include
|
||||
./include/blockdevice
|
||||
./include/blockdevice/internal
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-blockdevice
|
||||
|
|
@ -44,5 +45,6 @@ target_sources(mbed-storage-blockdevice
|
|||
source/ObservingBlockDevice.cpp
|
||||
source/ProfilingBlockDevice.cpp
|
||||
source/ReadOnlyBlockDevice.cpp
|
||||
source/SFDP.cpp
|
||||
source/SlicingBlockDevice.cpp
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue