aboutsummaryrefslogtreecommitdiff
path: root/board/davedenx/qong/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/davedenx/qong/Makefile')
-rw-r--r--board/davedenx/qong/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davedenx/qong/Makefile b/board/davedenx/qong/Makefile
index 93e198542..ada6e03a2 100644
--- a/board/davedenx/qong/Makefile
+++ b/board/davedenx/qong/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := qong.o
+COBJS := qong.o fpga.o
SOBJS := lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)