summaryrefslogtreecommitdiff
path: root/examples
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
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')
-rw-r--r--examples/jackd-talker/Makefile2
-rw-r--r--examples/live_stream/Makefile2
-rw-r--r--examples/simple_rx/Makefile2
-rw-r--r--examples/simple_talker/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/jackd-talker/Makefile b/examples/jackd-talker/Makefile
index 9a6187e2..2ff78c0f 100644
--- a/examples/jackd-talker/Makefile
+++ b/examples/jackd-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
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
diff --git a/examples/simple_rx/Makefile b/examples/simple_rx/Makefile
index c27e811b..d5b6ae32 100644
--- a/examples/simple_rx/Makefile
+++ b/examples/simple_rx/Makefile
@@ -3,7 +3,7 @@ MRPCLIENT_DIR = ../common
MRPLISTENER_OBJS = listener_mrp_client.o
MRPLISTENER_TARGETS = $(addprefix $(MRPCLIENT_DIR)/,$(MRPLISTENER_OBJS))
-IGBLIB_DIR = ../../lib/igb
+IGBLIB_DIR = ../../lib/igb_avb/lib
IGBLIB_OBJS = igb.o
IGBLIB_TARGETS = $(addprefix $(IGBLIB_DIR)/,$(IGBLIB_OBJS))
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