Skip to content

Commit

Permalink
application: update rtos demo TARGET name to generate correct elf name
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Nov 1, 2023
1 parent d5917c3 commit 325fe42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/freertos/demo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = demo
TARGET = freertos_demo
RTOS = FreeRTOS

NUCLEI_SDK_ROOT = ../../..
Expand Down
2 changes: 1 addition & 1 deletion application/rtthread/demo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = demo
TARGET = rtthread_demo
RTOS = RTThread

NUCLEI_SDK_ROOT = ../../..
Expand Down
2 changes: 1 addition & 1 deletion application/rtthread/msh/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = msh
TARGET = rtthread_msh
RTOS = RTThread
RTTHREAD_MSH := 1

Expand Down
2 changes: 1 addition & 1 deletion application/ucosii/demo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = demo
TARGET = ucosii_demo
RTOS = UCOSII

NUCLEI_SDK_ROOT = ../../..
Expand Down

0 comments on commit 325fe42

Please sign in to comment.