X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2FMakefile;h=0e99f741b7890f1e84776b6fca903807cd4251ba;hb=df637fa6da6e0f6b1d14d84f1afdd729bc2e2d1a;hp=2a64c4ddf6fea109c56f741a7405f5e779afa12e;hpb=6d8962e814c15807dd6ac5757904be2a02d187b8;p=u-boot 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)