summaryrefslogtreecommitdiff
path: root/examples/simple_talker
diff options
context:
space:
mode:
authorEgor Pomozov <epomozov@aquantia.com>2019-10-03 15:55:41 -0700
committerEgor Pomozov <epomozov@aquantia.com>2019-10-03 15:55:41 -0700
commit7c5aaca8c14a992e1422c1cf252f4931ba49ce6e (patch)
treefb1c73244411cdbddfe955f76616515202abaeeb /examples/simple_talker
parent8fa80d1de59fbef14c8d0e80d8d9a62679a6182a (diff)
downloadOpen-AVB-7c5aaca8c14a992e1422c1cf252f4931ba49ce6e.tar.gz
Aquantia contribution:
- Add atl_avb submodule - Update Makefiles, .cmake and CMakeList.txt to support a building of Aquantia hardware support - Add atl lib support to common lib - Add atl_simple_talker example - Add asyncronous storing to pcap file in example applications - Add send_packet_precisely example application - Add run_atl.sh file to simple installation of atl_tsn driver - Add atl hardware support in avtp_pipeline: - Create new atl_rawsock - Create new scheme of launchtime calculation - Update logging system to support a log from hardware library - Apply fix in mrp_client.c
Diffstat (limited to 'examples/simple_talker')
-rw-r--r--examples/simple_talker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_talker/Makefile b/examples/simple_talker/Makefile
index 756f888c..e85eb8b8 100644
--- a/examples/simple_talker/Makefile
+++ b/examples/simple_talker/Makefile
@@ -13,7 +13,7 @@ CC?=gcc
OPT=-O2 -g
WARN=-Wall -Wextra -Wno-parentheses
CFLAGS=$(OPT) $(WARN)
-CPPFLAGS=-I$(IGBLIB_DIR) -I$(DAEMONS_DIR)/mrpd -I$(MRPCLIENT_DIR) -I$(AVBLIB_DIR) -I$(DAEMONS_DIR)/common
+CPPFLAGS=-I$(IGBLIB_DIR) -I$(DAEMONS_DIR)/mrpd -I$(MRPCLIENT_DIR) -I$(AVBLIB_DIR) -I$(DAEMONS_DIR)/common -DAVB_FEATURE_ATL=0
LDLIBS=-ligb -lpci -lrt -lm -pthread
LDFLAGS=-L$(IGBLIB_DIR)