component.mk 457 B

1234567891011
  1. COMPONENT_ADD_INCLUDEDIRS := include/common include/security include/transports
  2. COMPONENT_PRIV_INCLUDEDIRS := proto-c src/common src/simple_ble
  3. COMPONENT_SRCDIRS := src/common src/security proto-c src/simple_ble src/transports
  4. ifndef CONFIG_BT_BLUEDROID_ENABLED
  5. COMPONENT_OBJEXCLUDE += src/simple_ble/simple_ble.o src/transports/protocomm_ble.o
  6. endif
  7. ifndef CONFIG_BT_NIMBLE_ENABLED
  8. COMPONENT_OBJEXCLUDE += src/transports/protocomm_nimble.o
  9. endif