Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/LiteOS/LiteOS into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliqun25 committed Jan 14, 2019
2 parents c5277bf + 67eac6e commit ff6972e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions targets/Cloud_STM32F429IGTx_FIRE/GCC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ CMSIS_SRC = \
C_SOURCES += $(CMSIS_SRC)

ARCH_SRC = \
${wildcard $(TOP_DIR)/arch/arm/arm-m/src/*.c}
${wildcard $(TOP_DIR)/arch/arm/arm-m/src/*.c} \
${wildcard $(TOP_DIR)/arch/arm/arm-m/cortex-m4/*.c}
C_SOURCES += $(ARCH_SRC)

ifeq ($(WITH_LWIP), yes)
Expand Down Expand Up @@ -541,7 +542,8 @@ KERNEL_INC = \
C_INCLUDES += $(KERNEL_INC)

ARCH_INC = \
-I $(TOP_DIR)/arch/arm/arm-m/include
-I $(TOP_DIR)/arch/arm/arm-m/include \
-I $(TOP_DIR)/arch/arm/arm-m/cortex-m4
C_INCLUDES += $(ARCH_INC)


Expand Down

0 comments on commit ff6972e

Please sign in to comment.