git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11727 110e8d01-0319-4d1e-a829-52ad28d1bb01

This commit is contained in:
Giovanni Di Sirio 2018-03-13 10:22:19 +00:00
parent 15b6915148
commit 4065cf0b1e
1 changed files with 23 additions and 23 deletions

View File

@ -151,6 +151,29 @@ INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
# Project, sources and paths
##############################################################################
##############################################################################
# Start of user section
#
# List all user C define here, like -D_DEBUG=1
UDEFS =
# Define ASM defines here
UADEFS =
# List all user directories here
UINCDIR =
# List the user directory to look for the libraries here
ULIBDIR =
# List all user libraries here
ULIBS =
#
# End of user defines
##############################################################################
##############################################################################
# Compiler settings
#
@ -190,28 +213,5 @@ CPPWARN = -Wall -Wextra -Wundef
# Compiler settings
##############################################################################
##############################################################################
# Start of user section
#
# List all user C define here, like -D_DEBUG=1
UDEFS =
# Define ASM defines here
UADEFS =
# List all user directories here
UINCDIR =
# List the user directory to look for the libraries here
ULIBDIR =
# List all user libraries here
ULIBS =
#
# End of user defines
##############################################################################
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk