Makefile.common: Fix typo preventing build

Change-Id: Ib38f6c38e5a40bd11e7b42285d2e244b3f54e0b2
This commit is contained in:
Pau Espin 2018-04-24 17:02:53 +02:00
parent ce3b2fda09
commit 46ac7d0df8
1 changed files with 1 additions and 1 deletions

View File

@ -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)