soc: nordic: make -include a compiler property
CMakeLists.txt uses the C compiler parameter -include, This is causing issues for other toolchains and needs to generalized. Signed-off-by: Robin Kastberg <robin.kastberg@iar.com>
This commit is contained in:
parent
3aff5c34e6
commit
742679a928
3 changed files with 9 additions and 2 deletions
|
@ -244,3 +244,5 @@ set_compiler_property(PROPERTY no_builtin -fno-builtin)
|
|||
set_compiler_property(PROPERTY no_builtin_malloc -fno-builtin-malloc)
|
||||
|
||||
set_compiler_property(PROPERTY specs -specs=)
|
||||
|
||||
set_compiler_property(PROPERTY include_file -include)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue