Change in simtrace2[master]: firmware/test: Add more include paths

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Kévin Redon gerrit-no-reply at lists.osmocom.org
Sun Jul 1 13:45:47 UTC 2018


Kévin Redon has submitted this change and it was merged. ( https://gerrit.osmocom.org/9797 )

Change subject: firmware/test: Add more include paths
......................................................................

firmware/test: Add more include paths

Change-Id: I4287fbae6921ed0605265812df5d7243e8857864
---
M firmware/test/Makefile
1 file changed, 14 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Kévin Redon: Looks good to me, approved



diff --git a/firmware/test/Makefile b/firmware/test/Makefile
index 7384033..d4c543a 100644
--- a/firmware/test/Makefile
+++ b/firmware/test/Makefile
@@ -1,5 +1,17 @@
-CFLAGS=-g -Wall -I../src_simtrace -I../libcommon/include -I.
-LDFLAGS=-losmocore
+LIBOSMOCORE_CFLAGS=`pkg-config --cflags libosmocore`
+LIBOSMOCORE_LIBS=`pkg-config --libs libosmocore`
+
+CFLAGS=-g -Wall $(LIBOSMOCORE_CFLAGS) \
+	-I../src_simtrace \
+	-I../atmel_softpack_libraries/libchip_sam3s \
+	-I../atmel_softpack_libraries/libchip_sam3s/cmsis \
+	-I../atmel_softpack_libraries/libchip_sam3s/include \
+	-I../atmel_softpack_libraries/usb/include \
+	-I../libcommon/include \
+	-I../libboard/common/include \
+	-I../libboard/simtrace/include \
+	-I.
+LDFLAGS=$(LIBOSMOCORE_LIBS)
 
 VPATH=../src_simtrace ../libcommon/source
 

-- 
To view, visit https://gerrit.osmocom.org/9797
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4287fbae6921ed0605265812df5d7243e8857864
Gerrit-Change-Number: 9797
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Kévin Redon <kredon at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180701/1e0f46b7/attachment.htm>


More information about the gerrit-log mailing list