summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/microblaze/Makefile.common')
-rw-r--r--firmware/microblaze/Makefile.common14
1 files changed, 13 insertions, 1 deletions
diff --git a/firmware/microblaze/Makefile.common b/firmware/microblaze/Makefile.common
index b291df967..b67f5d02b 100644
--- a/firmware/microblaze/Makefile.common
+++ b/firmware/microblaze/Makefile.common
@@ -17,7 +17,19 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-STD_INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
+LWIPDIR = $(top_srcdir)/lwip/lwip-1.3.1
+
+LWIP_INCLUDES = \
+ -I$(top_srcdir)/lwip \
+ -I$(top_srcdir)/lwip_port \
+ -I$(LWIPDIR)/src/include \
+ -I$(LWIPDIR)/src/include/ipv4
+
+STD_INCLUDES = \
+ -I$(top_srcdir)/include \
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/../../lib/usrp/mboard \
+ $(LWIP_INCLUDES)
#HAL_IO = -DHAL_IO_USES_DBOARD_PINS
HAL_IO = -DHAL_IO_USES_UART