3 次代码提交 bf64a70125 ... 523b6b3876

作者 SHA1 备注 提交日期
  Vladimir N. Shilov 523b6b3876 Merge branch 'stm32f4xx' of git.shilov.pp.ua:shiva/Accum-Tester into stm32f4xx 1 周之前
  Vladimir N. Shilov 5cc1553554 Prepare for FatFS. 1 年之前
  Vladimir N. Shilov f0562e1454 Added profile for SLA accum GP6012. 1 年之前
共有 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