[MERGED] libusrp[master]: Makefile.common: Fix typo preventing build

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Apr 24 16:18:03 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Makefile.common: Fix typo preventing build
......................................................................


Makefile.common: Fix typo preventing build

Change-Id: Ib38f6c38e5a40bd11e7b42285d2e244b3f54e0b2
---
M Makefile.common
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/Makefile.common b/Makefile.common
index a7ad739..5b99f08 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -96,7 +96,7 @@
 
 # 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)

-- 
To view, visit https://gerrit.osmocom.org/7908
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib38f6c38e5a40bd11e7b42285d2e244b3f54e0b2
Gerrit-PatchSet: 1
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list