aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 17:02:53 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 17:45:53 +0200
commit46ac7d0df8ffa516544c3bf44a8e26249abf6301 (patch)
tree3803c99d73e82bbef5c68a80926955aa523efcdd
parentce3b2fda09c5ee577f8eaf555ce7d0095ce154c8 (diff)
Makefile.common: Fix typo preventing build
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a7ad739..5b99f08 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -96,7 +96,7 @@ VOLK_LA = @volk_LA@
# How to link in the USRP library from inside the tree
USRP_INCLUDES = \
- -I$(abs_top_srcdir)/ost/include \
+ -I$(abs_top_srcdir)/host/include \
-I$(abs_top_builddir)/host/include \
-I$(abs_top_srcdir)/firmware/include \
$(NULL)