mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
commit
72c879560e
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -100,6 +100,10 @@ OLIMEXINO_SRC = drv_spi.c \
|
|||
drv_pwm.c \
|
||||
drv_timer.c \
|
||||
$(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
|
||||
VPATH := $(SRC_DIR):$(SRC_DIR)/baseflight_startups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue