Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
6ba45df1eb multi-app based on nrf52sdk 2020-03-14 11:20:06 +01:00

View File

@ -26,32 +26,6 @@ INCLUDES += $(NRF_PATH)components/libraries/memobj/
INCLUDES += $(NRF_PATH)components/softdevice/common/
INCLUDES += $(NRF_PATH)external/fprintf/
INCLUDES += $(NRF_PATH)components/libraries/log/src/
INCLUDES += $(NRF_PATH)components/libraries/bootloader/
INCLUDES += $(NRF_PATH)components/libraries/bootloader/dfu/
INCLUDES += $(NRF_PATH)components/libraries/scheduler/
INCLUDES += $(NRF_PATH)external/nano-pb/
INCLUDES += $(NRF_PATH)components/libraries/crc32/
INCLUDES += $(NRF_PATH)components/libraries/fstorage/
INCLUDES += $(NRF_PATH)components/libraries/crypto/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/cc310/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/cc310_bl/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/mbedtls/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/oberon/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/micro_ecc/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/optiga/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/nrf_sw/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/nrf_hw/
INCLUDES += $(NRF_PATH)components/libraries/crypto/backend/cifra/
INCLUDES += $(NRF_PATH)components/libraries/sha256/
INCLUDES += $(NRF_PATH)components/ble/ble_services/ble_escs/
INCLUDES += $(NRF_PATH)components/ble/common/
INCLUDES += $(NRF_PATH)components/ble/ble_services/eddystone/
INCLUDES += $(NRF_PATH)components/libraries/timer/
INCLUDES += $(NRF_PATH)examples/ble_peripheral/ble_app_eddystone/
INCLUDES += $(NRF_PATH)components/libraries/fds/
INCLUDES += $(NRF_PATH)external/cifra_AES128-EAX/
INCLUDES += $(NRF_PATH)external/micro-ecc/micro-ecc/
NRF_C_SRCS += $(NRF_PATH)components/boards/boards.c
NRF_C_SRCS += $(NRF_PATH)modules/nrfx/mdk/system_nrf52.c