From c6962c5700f99441538dafa346626bb7e6d12488 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 30 Mar 2022 13:22:19 +0200 Subject: sock api fixed; net reply messages fixed --- fw/fe310/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/fe310/common.mk') diff --git a/fw/fe310/common.mk b/fw/fe310/common.mk index 80a34a9..dbfda51 100644 --- a/fw/fe310/common.mk +++ b/fw/fe310/common.mk @@ -2,6 +2,7 @@ fe310_dir := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))) bsp_dir := $(abspath $(fe310_dir)/bsp) eos_dir := $(abspath $(fe310_dir)/eos) ext_dir := $(abspath $(fe310_dir)/../../ext) +ecp_dir := $(abspath $(fe310_dir)/../../ecp) include $(fe310_dir)/platform.mk CFLAGS += -I$(eos_dir) -- cgit v1.2.3