Refactoring Power Management related code to special file nrf51_pm making it possible to reuse the functions for H:4 UART driver when Nordic BLE is flashed with HCI firmware. Change-Id: If389c1f4af13fa786e5866129624527cec0928e0 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
5 lines
145 B
Makefile
5 lines
145 B
Makefile
obj-$(CONFIG_BLUETOOTH_H4) += h4.o
|
|
obj-$(CONFIG_BLUETOOTH_H5) += h5.o
|
|
obj-$(CONFIG_NBLE) += nble/
|
|
obj-$(CONFIG_BLUETOOTH_NRF51_PM) += nrf51_pm.o
|