Rev 22 | Rev 27 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 22 | Rev 26 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
| 2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Mon Aug 23 16:15:57 BST 2021] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Mon Aug 30 14:18:50 BST 2021] |
| 3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
| 4 | 4 | ||
| 5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
| 6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
| 7 | # |
7 | # |
| Line 163... | Line 163... | ||
| 163 | 163 | ||
| 164 | # NMEA library |
164 | # NMEA library |
| 165 | LIBNMEA = ../libNMEA |
165 | LIBNMEA = ../libNMEA |
| 166 | include $(LIBNMEA)/libNMEA.mk |
166 | include $(LIBNMEA)/libNMEA.mk |
| 167 | 167 | ||
| - | 168 | #LSM9DS1 gyro library |
|
| - | 169 | LIBLSM9DS1 = ../libLSM9DS1 |
|
| - | 170 | include $(LIBLSM9DS1)/libLSM9DS1.mk |
|
| - | 171 | ||
| - | 172 | ||
| 168 | CPP_SOURCES += src/display.cpp |
173 | CPP_SOURCES += src/display.cpp |
| 169 | 174 | ||
| 170 | 175 | ||
| 171 | # compile gcc flags |
176 | # compile gcc flags |
| 172 | ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |
177 | ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |