firmware: Fix include directory path names

When we forked libusrp from the gnuradio source archive, we moved
around the directories, but failed to adjust the FW_INCLUDES.

Change-Id: I51a10da2325f7f6d158bb80f43e42b6ed29006f0
This commit is contained in:
Harald Welte 2019-01-11 17:46:30 +01:00
parent b1ad0157dc
commit a001479225
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ EXTRA_DIST = \
DEFINES=
FW_INCLUDES=-I$(top_srcdir)/usrp/firmware/include
FW_INCLUDES=-I$(top_srcdir)/firmware/include
# with EA = 0, the FX2 implements a portion of the 8051 "external memory"
# on chip. This memory is mapped like this:

View File

@ -54,10 +54,10 @@ EXTRA_DIST = \
DEFINES=-DHAVE_USRP2
FW_INCLUDES=-I$(top_srcdir)/usrp/firmware/include \
-I$(top_srcdir)/usrp/firmware/src/usrp2 \
-I$(top_srcdir)/usrp/firmware/src/common \
-I$(top_builddir)/usrp/firmware/src/common
FW_INCLUDES=-I$(top_srcdir)/firmware/include \
-I$(top_srcdir)/firmware/src/usrp2 \
-I$(top_srcdir)/firmware/src/common \
-I$(top_builddir)/firmware/src/common
# with EA = 0, the FX2 implements a portion of the 8051 "external memory"
# on chip. This memory is mapped like this: