zephyr/subsys/bluetooth/controller/hal/nrf5/Makefile
Vinayak Kariappa Chettimada 09368217d4 Bluetooth: controller: Fast enc setup with ccflags -Ofast
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>
2017-09-07 14:36:30 -05:00

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