summaryrefslogtreecommitdiff
path: root/lib/common/Makefile
diff options
context:
space:
mode:
authorandrew-elder <aelder@audioscience.com>2018-08-03 13:27:38 -0400
committerGitHub <noreply@github.com>2018-08-03 13:27:38 -0400
commitc69fa5a444d50789252bcaf3887a3047bee65f57 (patch)
treed3f71f1aed6ede6df229ea3e426fcee46d116495 /lib/common/Makefile
parentb9ed45ce790d8b240777718b848600f88f1a1fe4 (diff)
parentc41948bb262a1043635ed0c1033459b9d58e48d2 (diff)
downloadOpen-AVB-c69fa5a444d50789252bcaf3887a3047bee65f57.tar.gz
Merge pull request #815 from avinash-palleti/igb_pr
Remove lib/igb and kmod/igb folder as part of restructuring
Diffstat (limited to 'lib/common/Makefile')
-rw-r--r--lib/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Makefile b/lib/common/Makefile
index 5b50f708..7685056a 100644
--- a/lib/common/Makefile
+++ b/lib/common/Makefile
@@ -15,7 +15,7 @@ ALL_OBJS = avb_avtp.o avb_gptp.o $(AVB_IGB_OBJ)
all: $(ALL_OBJS)
-avb_igb.o: CPPFLAGS = -I../igb
+avb_igb.o: CPPFLAGS = -I../igb_avb/lib
avb_igb.o: avb_igb.c avb_igb.h
avb_avtp.o: avb_avtp.c avb_avtp.h
avb_gptp.o: avb_gptp.c avb_gptp.h