diff --git a/ports/stm32F4/Makefile b/ports/stm32F4/Makefile index 607858be90..1470379002 100755 --- a/ports/stm32F4/Makefile +++ b/ports/stm32F4/Makefile @@ -165,6 +165,7 @@ SRC_C += \ background.c \ fatfs_port.c \ mphalport.c \ + boards/$(BOARD)/board.c \ lib/libc/string0.c \ lib/mp-readline/readline.c \ lib/oofatfs/ff.c \