Files
SDK_STM32F302x/kernel/FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface/test/cbmc/proofs/Makefile-project-defines
gaoyang3513 a345df017b [修改] 增加freeRTOS
1. 版本FreeRTOSv202212.01,命名为kernel;
2023-05-06 16:43:01 +00:00

34 lines
1.1 KiB
Makefile

# -*- mode: makefile -*-
# The first line sets the emacs major mode to Makefile
################################################################
# Use this file to give project-specific definitions of the command
# line arguments to pass to CBMC tools like goto-cc to build the goto
# binaries and cbmc to do the property and coverage checking.
#
# Use this file to override most default definitions of variables in
# Makefile.common.
################################################################
# Flags to pass to goto-cc for compilation (typically those passed to gcc -c)
COMPILE_FLAGS += -fPIC
COMPILE_FLAGS += -std=gnu90
LITANI ?= litani
PROJECT_NAME = "FreeRTOS cellular"
# Flags to pass to goto-cc for linking (typically those passed to gcc)
# LINK_FLAGS =
# Preprocessor include paths -I...
INCLUDES += -I$(SRCDIR)/test/cbmc/include
INCLUDES += -I$(SRCDIR)/source/include
INCLUDES += -I$(SRCDIR)/source/include/common
INCLUDES += -I$(SRCDIR)/source/include/private
INCLUDES += -I$(SRCDIR)/source/interface
INCLUDES += -I$(SRCDIR)/source
# Preprocessor definitions -D...
# DEFINES += -Dshadow_EXPORTS
# DEFINES += -DSHADOW_DO_NOT_USE_CUSTOM_CONFIG