Subversion Repositories DashDisplay

Rev

Rev 50 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 58
Line 1... Line 1...
1
##########################################################################################################################
1
##########################################################################################################################
2
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Sat Dec 05 16:22:46 GMT 2020] 
2
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Tue Dec 28 16:47:58 GMT 2021] 
3
##########################################################################################################################
3
##########################################################################################################################
4
 
4
 
5
# ------------------------------------------------
5
# ------------------------------------------------
6
# Generic Makefile (based on gcc)
6
# Generic Makefile (based on gcc)
7
#
7
#
Line 143... Line 143...
143
include $(LIBPLX)/libPLX.mk
143
include $(LIBPLX)/libPLX.mk
144
 
144
 
145
LIBSMALLPRINTF = ../libSmallPrintf
145
LIBSMALLPRINTF = ../libSmallPrintf
146
include $(LIBSMALLPRINTF)/libSmallPrintf.mk
146
include $(LIBSMALLPRINTF)/libSmallPrintf.mk
147
 
147
 
-
 
148
# NMEA library
-
 
149
LIBNMEA = ../libNMEA
-
 
150
include $(LIBNMEA)/libNMEA.mk
-
 
151
 
148
C_INCLUDES+= -I.
152
C_INCLUDES+= -I.
149
 
153
 
150
 
154
 
151
# compile gcc flags
155
# compile gcc flags
152
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
156
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections