summaryrefslogtreecommitdiff
path: root/examples/live_stream
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/live_stream
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/live_stream')
-rw-r--r--examples/live_stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/live_stream/Makefile b/examples/live_stream/Makefile
index b5c96957..b1fc083e 100644
--- a/examples/live_stream/Makefile
+++ b/examples/live_stream/Makefile
@@ -8,7 +8,7 @@ MRPTALKER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPTALKER_OBJS))
MRPLISTENER_OBJS = listener_mrp_client.o
MRPLISTENER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPLISTENER_OBJS))
-IGBLIB_DIR = ../../lib/igb
+IGBLIB_DIR = ../../lib/igb_avb/lib
DAEMONS_DIR = ../../daemons
CC?=gcc