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 c403d6c commit 90f2a33Copy full SHA for 90f2a33
system/ymodem/CMakeLists.txt
@@ -19,8 +19,7 @@
19
# ##############################################################################
20
21
if(CONFIG_SYSTEM_YMODEM)
22
- set(CSRCS ymodem.c)
23
-
+ target_sources(apps PRIVATE ymodem.c)
24
nuttx_add_application(
25
MODULE
26
${CONFIG_SYSTEM_YMODEM}
@@ -31,8 +30,7 @@ if(CONFIG_SYSTEM_YMODEM)
31
30
PRIORITY
32
${CONFIG_SYSTEM_YMODEM_PRIORITY}
33
SRCS
34
- sb_main.c
35
- ${CSRCS})
+ sb_main.c)
36
37
38
@@ -44,6 +42,6 @@ if(CONFIG_SYSTEM_YMODEM)
44
42
45
43
46
47
- rb_main.c
48
+ rb_main.c)
+
49
endif()
0 commit comments