Minor cleanup of DA15000 build files. (#1111)

This commit is contained in:
Jonathan Hui
2017-01-05 17:08:48 -08:00
committed by GitHub
parent fff7bb378c
commit f2bfb7c8ec
7 changed files with 72 additions and 75 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ LDADD_COMMON += \
LDFLAGS_COMMON += \
-T $(top_srcdir)/examples/platforms/da15000/da15000.ld \
$(NULL)
endif
endif # OPENTHREAD_EXAMPLES_DA15000
ot_cli_ftd_CPPFLAGS = \
$(CPPFLAGS_COMMON) \
+3 -3
View File
@@ -63,7 +63,7 @@ ot_ncp_LDADD += \
$(top_builddir)/examples/platforms/posix/libopenthread-posix.a \
-lstdc++ \
$(NULL)
endif
endif # OPENTHREAD_EXAMPLES_POSIX
if OPENTHREAD_EXAMPLES_CC2538
ot_ncp_LDADD += \
@@ -73,7 +73,7 @@ ot_ncp_LDADD += \
ot_ncp_LDFLAGS += \
-T $(top_srcdir)/examples/platforms/cc2538/cc2538.ld \
$(NULL)
endif
endif # OPENTHREAD_EXAMPLES_CC2538
if OPENTHREAD_EXAMPLES_DA15000
ot_ncp_LDADD += \
@@ -83,7 +83,7 @@ ot_ncp_LDADD += \
ot_ncp_LDFLAGS += \
-T $(top_srcdir)/examples/platforms/da15000/da15000.ld \
$(NULL)
endif
endif # OPENTHREAD_EXAMPLES_DA15000
ot_ncp_SOURCES = \
main.c \