瀏覽代碼

Merge branch 'stm32f4xx' of git.shilov.pp.ua:shiva/Accum-Tester into stm32f4xx

Vladimir N. Shilov 5 天之前
父節點
當前提交
593ec09135
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -127,6 +127,7 @@ LDSCRIPT= $(STARTUPLD)/STM32F407xG.ld
 # setting.
 CSRC =	$(ALLCSRC) \
 	$(GFXSRC) \
+	$(FATFSSRC) \
 	src/buttons.c \
 	src/INA3221.c \
 	src/main.c
@@ -142,7 +143,7 @@ ASMSRC = $(ALLASMSRC)
 ASMXSRC = $(ALLXASMSRC)
 
 # Inclusion directories.
-INCDIR = $(CONFDIR) $(ALLINC) $(GFXINC)
+INCDIR = $(CONFDIR) $(ALLINC) $(GFXINC) $(FATFSINC)
 
 # Define C warning options here.
 CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes