Implement Silicom card features #1

Merged
DataHoarder merged 12 commits from implement-silicom-card into master 2021-10-28 05:16:53 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 838a619fa2 - Show all commits

View file

@ -14,7 +14,7 @@ AM_CFLAGS = -std=c99
-DFM_SUPPORT_FM10000 \
-DINSTRUMENT_LOG_LEVEL=0 \
-D_GNU_SOURCE \
-Lsrc/.libs/ -lFocalpointSDK -lm -lpthread -ldl -lrt \
-Lsrc/.libs/ -lFocalpointSDK -lm -lpthread -lrt \
-I$(top_srcdir)/include \
-I$(top_srcdir)/include/alos/linux \
-I$(top_srcdir)/include/std/intel \

View file

@ -24,8 +24,8 @@ AM_CFLAGS = -std=c99
lib_LTLIBRARIES = libFocalpointSDK.la
libFocalpointSDK_la_LDFLAGS = -release `cd $(top_srcdir) ; ./version.sh`
libFocalpointSDK_la_LIBADD = -ldl
libFocalpointSDK_la_LDFLAGS = -avoid-version
libFocalpointSDK_la_LIBADD = -lrt
libFocalpointSDK_la_LDFLAGS += -Wl,-Ttext-segment=0x08000000 -shared -fPIC
libFocalpointSDK_la_SOURCES = \
@ -231,7 +231,7 @@ platforms/util/retimer/fm_util_gn2412.c
lib_LTLIBRARIES += libLTStdPlatform.la
libLTStdPlatform_la_LDFLAGS = -release `cd $(top_srcdir) ; ./version.sh`
libLTStdPlatform_la_LDFLAGS = -avoid-version
libLTStdPlatform_la_LDFLAGS += -Wl,-Ttext-segment=0x09600000 -shared -fPIC
libLTStdPlatform_la_LIBADD = libFocalpointSDK.la