Rev 10 | Rev 16 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 14 | ||
---|---|---|---|
Line 96... | Line 96... | ||
96 | INCLUDES += -I$(PRJ_INC) |
96 | INCLUDES += -I$(PRJ_INC) |
97 | 97 | ||
98 | PRJ_OBJECTS = $(PRJ_OBJ)/main.o |
98 | PRJ_OBJECTS = $(PRJ_OBJ)/main.o |
99 | 99 | ||
100 | PRJ_OBJECTS += $(PRJ_OBJ)/stm32f1xx_it.o |
100 | PRJ_OBJECTS += $(PRJ_OBJ)/stm32f1xx_it.o |
- | 101 | PRJ_OBJECTS += $(PRJ_OBJ)/stm32f1xx_hal_msp.o |
|
101 | PRJ_OBJECTS += $(PRJ_OBJ)/serial.o |
102 | PRJ_OBJECTS += $(PRJ_OBJ)/serial.o |
102 | PRJ_OBJECTS += $(PRJ_OBJ)/dials.o |
103 | PRJ_OBJECTS += $(PRJ_OBJ)/dials.o |
103 | PRJ_OBJECTS += $(PRJ_OBJ)/switches.o |
104 | PRJ_OBJECTS += $(PRJ_OBJ)/switches.o |
104 | PRJ_OBJECTS += $(PRJ_OBJ)/ap_math.o |
105 | PRJ_OBJECTS += $(PRJ_OBJ)/ap_math.o |
105 | 106 | ||
106 | - | ||
107 | C_OBJECTS += $(PRJ_OBJECTS) |
107 | C_OBJECTS += $(PRJ_OBJECTS) |
108 | 108 | ||
109 | 109 | ||
110 | $(PRJ_OBJ)/%.o: $(PRJ_SRC)/%.c $(DEPENDS) |
110 | $(PRJ_OBJ)/%.o: $(PRJ_SRC)/%.c $(DEPENDS) |
111 | $(CC) $(CFLAGS) $< -o $@ |
111 | $(CC) $(CFLAGS) $< -o $@ |