summaryrefslogtreecommitdiff
path: root/examples/simple_talker
diff options
context:
space:
mode:
authorAvinash Reddy Palleti <avinash.reddy.palleti@intel.com>2018-07-28 10:05:26 +0530
committerAvinash Reddy Palleti <avinash.reddy.palleti@intel.com>2018-08-01 09:45:25 +0530
commitc41948bb262a1043635ed0c1033459b9d58e48d2 (patch)
treed3f71f1aed6ede6df229ea3e426fcee46d116495 /examples/simple_talker
parentb9ed45ce790d8b240777718b848600f88f1a1fe4 (diff)
downloadOpen-AVB-c41948bb262a1043635ed0c1033459b9d58e48d2.tar.gz
Remove lib/igb and kmod/igb folder as part of restructuring
Removed lib/igb and kmod/igb and created as separate repos under AVnu. lib/igb is again added as submodule to lib/igb_avb/lib as there is build dependency for lib/common.
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 aef9c541..756f888c 100644
--- a/examples/simple_talker/Makefile
+++ b/examples/simple_talker/Makefile
@@ -6,7 +6,7 @@ MRPCLIENT_DIR = ../common
MRPTALKER_OBJS = talker_mrp_client.o
MRPTALKER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPTALKER_OBJS))
-IGBLIB_DIR = ../../lib/igb
+IGBLIB_DIR = ../../lib/igb_avb/lib
DAEMONS_DIR = ../../daemons
CC?=gcc