forked from LiteOS/LiteOS_Documents
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a76dab3
commit 6996319
Showing
77 changed files
with
789 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
###################################### | ||
# source | ||
###################################### | ||
# C sources | ||
ARCH_SRC = \ | ||
${wildcard ../Middlewares/LiteOS/arch/arm/arm-m/src/*.c} | ||
C_SOURCES += $(ARCH_SRC) | ||
|
||
# ASM sources | ||
ASM_SOURCES_S += \ | ||
../Middlewares/LiteOS/arch/arm/arm-m/cortex-m3/gcc/los_dispatch_gcc.S | ||
|
||
# C includes | ||
ARCH_INC = \ | ||
-I../Middlewares/LiteOS/arch/arm/arm-m/include \ | ||
-I../Middlewares/LiteOS/arch/arm/common/cmsis | ||
C_INCLUDES += $(ARCH_INC) | ||
|
||
|
||
# list of ASM program objects |
Oops, something went wrong.