summaryrefslogtreecommitdiffstats
path: root/api/Makefile
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-10-20 23:04:22 +0000
committerAnatolij Gustschin <agust@denx.de>2011-11-15 23:58:27 +0100
commita2a5729fc1247bb45d794e9d731c0b03bf58096f (patch)
treea89f1b03ebc2e3987b8068aefe0f0a30c1c357c4 /api/Makefile
parentd3983ee85325d2be730830ebcf82585ee7cd2ecb (diff)
downloadblackbird-obmc-uboot-a2a5729fc1247bb45d794e9d731c0b03bf58096f.tar.gz
blackbird-obmc-uboot-a2a5729fc1247bb45d794e9d731c0b03bf58096f.zip
api: export LCD device to external apps
This patch exports LCD info-query and bitmap-rendering functions to external apps. This patch is tested on a Seaboard. Because the LCD driver is not yet upstreamed, the test was done in a local downstream repo. Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
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