mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
build: rename board_avr_sitl.mk to board_native.mk
This commit is contained in:
parent
ea188528fc
commit
a224d8c3f9
@ -31,7 +31,7 @@ include $(MK_DIR)/board_avr.mk
|
||||
endif
|
||||
|
||||
ifeq ($(HAL_BOARD),HAL_BOARD_AVR_SITL)
|
||||
include $(MK_DIR)/board_avr_sitl.mk
|
||||
include $(MK_DIR)/board_native.mk
|
||||
endif
|
||||
|
||||
ifeq ($(HAL_BOARD),HAL_BOARD_LINUX)
|
||||
|
@ -5,4 +5,4 @@ include $(MK_DIR)/find_tools.mk
|
||||
# Linux build is just the same as SITL for now
|
||||
OPTFLAGS = -O0
|
||||
LIBS = -lm -lpthread -lrt
|
||||
include $(MK_DIR)/board_avr_sitl.mk
|
||||
include $(MK_DIR)/board_native.mk
|
||||
|
Loading…
Reference in New Issue
Block a user