open_esplibs: add a skeleton for code in more libraries.

This commit is contained in:
Our Air Quality 2016-11-11 13:08:08 +11:00
parent 7c702d7f09
commit c67fcbb7cd
21 changed files with 297 additions and 21 deletions

View file

@ -8,8 +8,6 @@ INC_DIRS += $(stdin_uart_interrupt_ROOT)
# args for passing into compile rule generation
stdin_uart_interrupt_SRC_DIR = $(stdin_uart_interrupt_ROOT)
INCLUDE_SRC_IN_AR = 0
EXTRA_LDFLAGS = -Wl,--whole-archive $(stdin_uart_interrupt_AR) -Wl,--no-whole-archive
stdin_uart_interrupt_WHOLE_ARCHIVE = yes
$(eval $(call component_compile_rules,stdin_uart_interrupt))