commit
72c879560e
4
Makefile
4
Makefile
|
@ -101,6 +101,10 @@ OLIMEXINO_SRC = drv_spi.c \
|
||||||
drv_timer.c \
|
drv_timer.c \
|
||||||
$(COMMON_SRC)
|
$(COMMON_SRC)
|
||||||
|
|
||||||
|
# In some cases, %.s regarded as intermediate file, which is actually not.
|
||||||
|
# This will prevent accidental deletion of startup code.
|
||||||
|
.PRECIOUS: %.s
|
||||||
|
|
||||||
# Search path for baseflight sources
|
# Search path for baseflight sources
|
||||||
VPATH := $(SRC_DIR):$(SRC_DIR)/baseflight_startups
|
VPATH := $(SRC_DIR):$(SRC_DIR)/baseflight_startups
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue