mirror of https://github.com/thesofproject/sof.git
7 lines
107 B
CMake
7 lines
107 B
CMake
|
|
||
|
target_sources(dummy PRIVATE dummy.c)
|
||
|
|
||
|
set_target_properties(dummy PROPERTIES
|
||
|
HPSRAM_ADDR "0xa06a1000"
|
||
|
)
|