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
|
@ -10,4 +10,4 @@ set(NO_THREADSAFE_STATICS $<TARGET_PROPERTY:compiler-cpp,no_threadsafe_statics>)
|
|||
zephyr_compile_options($<$<COMPILE_LANGUAGE:CXX>:${NO_THREADSAFE_STATICS}>)
|
||||
|
||||
file(GLOB app_sources src/*)
|
||||
target_sources(app PRIVATE ${app_sources} boards/litex_vexriscv.overlay)
|
||||
target_sources(app PRIVATE ${app_sources})
|
||||
|
|
Loading…
Reference in a new issue