[修改] 增加freeRTOS
1. 版本FreeRTOSv202212.01,命名为kernel;
This commit is contained in:
15
kernel/FreeRTOS/Test/CMock/message_buffer/Makefile
Normal file
15
kernel/FreeRTOS/Test/CMock/message_buffer/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Indent with spaces
|
||||
.RECIPEPREFIX := $(.RECIPEPREFIX) $(.RECIPEPREFIX)
|
||||
# Do not move this line below the include
|
||||
MAKEFILE_ABSPATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
include ../makefile.in
|
||||
|
||||
# SUITES lists the suites contained in subdirectories of this directory
|
||||
SUITES += size_mismatch
|
||||
SUITES += message_buffer
|
||||
|
||||
# PROJECT and SUITE variables are determined based on path like so:
|
||||
# $(UT_ROOT_DIR)/$(PROJECT)/$(SUITE)
|
||||
PROJECT := $(lastword $(subst /, ,$(dir $(abspath $(MAKEFILE_ABSPATH)))))
|
||||
|
||||
include ../subdir.mk
|
||||
Reference in New Issue
Block a user