Rev 16 | Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 20 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | PRJ_OBJECTS += $(PRJ_OBJ)/stm32f1xx_hal_msp.o |
101 | PRJ_OBJECTS += $(PRJ_OBJ)/stm32f1xx_hal_msp.o |
102 | PRJ_OBJECTS += $(PRJ_OBJ)/serial.o |
102 | PRJ_OBJECTS += $(PRJ_OBJ)/serial.o |
103 | PRJ_OBJECTS += $(PRJ_OBJ)/dials.o |
103 | PRJ_OBJECTS += $(PRJ_OBJ)/dials.o |
104 | PRJ_OBJECTS += $(PRJ_OBJ)/switches.o |
104 | PRJ_OBJECTS += $(PRJ_OBJ)/switches.o |
105 | PRJ_OBJECTS += $(PRJ_OBJ)/ap_math.o |
105 | PRJ_OBJECTS += $(PRJ_OBJ)/ap_math.o |
- | 106 | PRJ_OBJECTS += $(PRJ_OBJ)/displayinfo.o |
|
106 | 107 | ||
107 | C_OBJECTS += $(PRJ_OBJECTS) |
108 | C_OBJECTS += $(PRJ_OBJECTS) |
108 | 109 | ||
109 | 110 | ||
110 | $(PRJ_OBJ)/%.o: $(PRJ_SRC)/%.c $(DEPENDS) |
111 | $(PRJ_OBJ)/%.o: $(PRJ_SRC)/%.c $(DEPENDS) |