diff options
Diffstat (limited to 'fw/fe310/fsfat')
-rw-r--r-- | fw/fe310/fsfat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |