Skip to content

Commit

Permalink
Expose the EVICSDK_FPU_SUPPORT define to userland
Browse files Browse the repository at this point in the history
  • Loading branch information
ReservedField committed Aug 9, 2016
1 parent 7a884da commit b1a2ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/Base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ CPUFLAGS := -mcpu=cortex-m4 -mthumb

ifneq ($(EVICSDK_FPU_SUPPORT),)
CPUFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16
CFLAGS += -DEVICSDK_FPU_SUPPORT
LDSCRIPT := $(EVICSDK)/linker/fpu.ld
else
LDSCRIPT := $(EVICSDK)/linker/nofpu.ld
Expand Down

0 comments on commit b1a2ee3

Please sign in to comment.