arch: arc fix build error
* add and set TOS_CFG_CPU_BYTE_ORDER * exclude cmsis_os2.c from CMSIS_SRC Signed-off-by: Jingru <jingru@synopsys.com>
This commit is contained in:
@@ -23,5 +23,6 @@
|
||||
#define TOS_CFG_CPU_STK_GROWTH CPU_STK_GROWTH_DESCENDING
|
||||
#define TOS_CFG_CPU_HRTIMER_EN 0u
|
||||
#define TOS_CFG_CPU_LEAD_ZEROS_ASM_PRESENT 1u
|
||||
#define TOS_CFG_CPU_BYTE_ORDER 0u
|
||||
|
||||
#endif /* _PORT_CONFIG_H_ */
|
||||
|
@@ -95,7 +95,7 @@ ARCH_SRC = \
|
||||
C_SOURCES += $(ARCH_SRC)
|
||||
|
||||
CMSIS_SRC = \
|
||||
${wildcard $(TOP_DIR)/osal/cmsis_os/*.c}
|
||||
${wildcard $(TOP_DIR)/osal/cmsis_os/cmsis_os.c}
|
||||
C_SOURCES += $(CMSIS_SRC)
|
||||
|
||||
APPLICATION_SRC = \
|
||||
|
Reference in New Issue
Block a user