2017-01-06 14:20:32 +08:00
|
|
|
#
|
|
|
|
|
#Component Makefile
|
|
|
|
|
#
|
|
|
|
|
|
2020-02-25 22:19:48 +08:00
|
|
|
COMPONENT_SRCDIRS += param_test touch_sensor_test adc_test
|
2020-04-08 21:56:14 +08:00
|
|
|
COMPONENT_PRIV_INCLUDEDIRS += param_test/include touch_sensor_test/include
|
2018-06-26 16:23:39 +08:00
|
|
|
|
2017-01-06 14:20:32 +08:00
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|