From ce5b6bc9faf38c7feaf5053424176d39e91c7323 Mon Sep 17 00:00:00 2001
From: Uros Majstorovic <majstor@majstor.org>
Date: Mon, 31 Jan 2022 21:51:59 +0100
Subject: fixed build

---
 fw/fe310/fsfat/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'fw/fe310/fsfat/Makefile')

diff --git a/fw/fe310/fsfat/Makefile b/fw/fe310/fsfat/Makefile
index a20a5be..b5df05e 100644
--- a/fw/fe310/fsfat/Makefile
+++ b/fw/fe310/fsfat/Makefile
@@ -1,7 +1,5 @@
 include ../common.mk
-
-CFLAGS += -I. -I..
-
+CFLAGS += -I..
 obj = diskio.o ff.o
 
 
-- 
cgit v1.2.3