open_esplibs: add a skeleton for code in more libraries. (#266)

This commit is contained in:
Our Air Quality 2016-11-13 05:54:24 +11:00 committed by sheinz
parent 7c702d7f09
commit bc50c7c2fc
21 changed files with 297 additions and 21 deletions

View file

@ -16,12 +16,7 @@ PROGRAM_EXTRA_SRC_FILES = ./unity/src/unity.c ./fs-test/fs_test.c
TESTCASE_SRC_FILES = $(wildcard $(PROGRAM_DIR)cases/*.c)
# Do not include source files into a static library because when adding this
# library with '--whole-archive' linker gives error that archive contains
# unknown objects (source files)
INCLUDE_SRC_IN_AR = 0
# Link every object in the 'program' archive, to pick up constructor functions for test cases
EXTRA_LDFLAGS = -Wl,--whole-archive $(BUILD_DIR)program.a -Wl,--no-whole-archive
PROGRAM_WHOLE_ARCHIVE = yes
include ../common.mk