We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d24aa commit 668a5dcCopy full SHA for 668a5dc
samples/net/sockets/http_server/CMakeLists.txt
@@ -35,11 +35,11 @@ zephyr_linker_sources(SECTIONS sections-rom.ld)
35
zephyr_linker_section_ifdef(CONFIG_NET_SAMPLE_HTTPS_SERVICE NAME
36
http_resource_desc_test_https_service
37
KVMA RAM_REGION GROUP RODATA_REGION
38
- SUBALIGN Z_LINK_ITERABLE_SUBALIGN)
+ SUBALIGN ${CONFIG_LINKER_ITERABLE_SUBALIGN})
39
zephyr_linker_section_ifdef(CONFIG_NET_SAMPLE_HTTP_SERVICE NAME
40
http_resource_desc_test_http_service
41
42
43
44
foreach(web_resource
45
index.html
0 commit comments