component.mk 164 B

1234567891011
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := include
  5. COMPONENT_SRCDIRS := src
  6. ifndef CONFIG_NVS_ENCRYPTION
  7. COMPONENT_OBJEXCLUDE := src/nvs_encr.o
  8. endif