mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +08:00
[boards] start adding support for bbb
led_hw.h currently has some ardrone specific led stuff... so check for ardrone2 board should eventually be moved to board specific file...
This commit is contained in:
@@ -33,7 +33,8 @@ include $(PAPARAZZI_SRC)/conf/Makefile.arm-linux-toolchain
|
||||
# Define some ARM specifc flags
|
||||
|
||||
ifdef HARD_FLOAT
|
||||
FLOAT_ABI ?=
|
||||
# e.g. for BBB or gumstix with armhf distribution
|
||||
FLOAT_ABI ?= -mfloat-abi=hard -mfpu=neon -ffast-math
|
||||
else
|
||||
FLOAT_ABI ?= -mfloat-abi=softfp -mfpu=vfp
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user