mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-12 19:03:58 -04:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
|
TOOLCHAIN = NATIVE
|
||
|
|
||
|
include $(MK_DIR)/find_tools.mk
|
||
|
|
||
|
# Linux build is just the same as SITL for now
|
||
|
include $(MK_DIR)/board_avr_sitl.mk
|