aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-05-18 14:10:09 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-05-18 14:10:09 +0200
commit3b044e50d3295c04863bdb0587a6eef157e654b8 (patch)
tree770c121d595c09ba68c42e89438bbf076b1219a5 /Makefile
parente02808ab140070f3493ee69fcd9e18077c50511e (diff)
FPGA config memory access code from Pavel.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2fc5ef..f43bac4 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ export BOARD_OBJS = \
$(TOPLEVEL)/stm-fmc.o \
$(TOPLEVEL)/stm-uart.o \
$(TOPLEVEL)/stm-rtc.o \
+ $(TOPLEVEL)/stm-fpgacfg.o \
$(TOPLEVEL)/syscalls.o \
$(BOARD_DIR)/TOOLCHAIN_GCC_ARM/startup_stm32f429xx.o \
$(BOARD_DIR)/system_stm32f4xx.o \