mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
firmware/test: Add more include paths
Change-Id: I4287fbae6921ed0605265812df5d7243e8857864
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user