To meet CPU time usage restricts inside radio ISR on nRF51 SoCs, use ccflags -Ofast when using fast encryption setup implementation in the controller. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
7 lines
181 B
Makefile
7 lines
181 B
Makefile
ccflags-y += -I$(srctree)/subsys/bluetooth/controller
|
|
ccflags-y += -I$(srctree)/subsys/bluetooth
|
|
|
|
ccflags-$(CONFIG_BT_CTLR_FAST_ENC) += -Ofast
|
|
|
|
obj-y += cntr.o ecb.o radio.o rand.o
|