summaryrefslogtreecommitdiffstats
path: root/api/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'api/Makefile')
-rw-r--r--api/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/Makefile b/api/Makefile
index 2a64c4ddf6..0e99f741b7 100644
--- a/api/Makefile
+++ b/api/Makefile
@@ -24,7 +24,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libapi.o
-COBJS-$(CONFIG_API) += api.o api_net.o api_storage.o api_platform-$(ARCH).o
+COBJS-$(CONFIG_API) += api.o api_display.o api_net.o api_storage.o \
+ api_platform-$(ARCH).o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud