cmake: remove stray overlay file from target sources
An overlay file was wrongly added to a target_sources call, this has now been corrected. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
b5778f1b38
commit
4879681b7e
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ set(NO_THREADSAFE_STATICS $<TARGET_PROPERTY:compiler-cpp,no_threadsafe_statics>)
|
||||||
zephyr_compile_options($<$<COMPILE_LANGUAGE:CXX>:${NO_THREADSAFE_STATICS}>)
|
zephyr_compile_options($<$<COMPILE_LANGUAGE:CXX>:${NO_THREADSAFE_STATICS}>)
|
||||||
|
|
||||||
file(GLOB app_sources src/*)
|
file(GLOB app_sources src/*)
|
||||||
target_sources(app PRIVATE ${app_sources} boards/litex_vexriscv.overlay)
|
target_sources(app PRIVATE ${app_sources})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue