mk: fixed F4Light build scripts

This commit is contained in:
night-ghost 2018-04-06 11:51:24 +05:00 committed by Andrew Tridgell
parent 2a0f624d5a
commit 1a2217ea9c
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#TOOLCHAIN = NATIVE
TOOLCHAIN = ARM
ARM_CXX := arm-none-eabi-g++
@ -88,7 +86,7 @@ include $(BOARDS_PATH)/$(BOARD)/target-config.mk
EXTRAFLAGS += -DHAVE_STD_NULLPTR_T=0 -DHAVE_BYTESWAP_H=0
EXTRAFLAGS += $(SKETCHLIBINCLUDES) -DARDUPILOT_BUILD -DTESTS_MATHLIB_DISABLE -DSKETCH_MAIN=ArduPilot_main
GITFLAGS := -DGIT_VERSION="\"$(GIT_VERSION) $(shell date --rfc-3339=seconds)\""
GITFLAGS := -DGIT_VERSION="\"$(GIT_VERSION) $(shell date --rfc-3339=date)\""
#-Werror

View File

@ -30,4 +30,4 @@ help:
@echo " vrbrain - the VRBrain boards"
@echo " sitl - the SITL Software In The Loop simulation"
@echo " qflight - qualcomm flight board"
@echo " f4light - the OpenPilot Revolution Mini"
@echo " f4light - the OpenPilot Revolution, Revolution Mini, AirbotF4 and similar boards"