summaryrefslogtreecommitdiffstats
path: root/board/armadeus/apf27/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/armadeus/apf27/Makefile')
-rw-r--r--board/armadeus/apf27/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/armadeus/apf27/Makefile b/board/armadeus/apf27/Makefile
index ec0cb03f38..5fcda6e9cc 100644
--- a/board/armadeus/apf27/Makefile
+++ b/board/armadeus/apf27/Makefile
@@ -13,6 +13,9 @@ LIB = $(obj)lib$(BOARD).o
COBJS := apf27.o
SOBJS := lowlevel_init.o
+ifdef CONFIG_FPGA
+COBJS += fpga.o
+endif
SRCS := $(COBJS:.o=.c) $(SOBJS:.o=.S)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud