component.mk 247 B

12345678
  1. #
  2. #Component Makefile
  3. #
  4. COMPONENT_SRCDIRS += param_test touch_sensor_test adc_test
  5. COMPONENT_PRIV_INCLUDEDIRS += param_test/include touch_sensor_test/include
  6. COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive