diff options
author | Jens Scharsig <esw@bus-elektronik.de> | 2009-07-24 10:09:02 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2009-07-26 13:17:21 +0200 |
commit | 50217deeb07911d686790d34d468eb9a5245f68d (patch) | |
tree | 951873d5fd56266898b03469b82373f111725d11 /drivers/video/Makefile | |
parent | 60e97419246d0a3615758ad6af40680aefb5f7f1 (diff) | |
download | u-boot-imx-50217deeb07911d686790d34d468eb9a5245f68d.zip u-boot-imx-50217deeb07911d686790d34d468eb9a5245f68d.tar.gz u-boot-imx-50217deeb07911d686790d34d468eb9a5245f68d.tar.bz2 |
new video driver for bus vcxk framebuffers
This patch adds a new video driver
* adds common bus_vcxk framebuffer driver
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
[agust@denx.de: fixed lots of style issues before applying]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index bc00852..bb6b5a0 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -36,6 +36,7 @@ COBJS-$(CONFIG_VIDEO_SED13806) += sed13806.o COBJS-$(CONFIG_SED156X) += sed156x.o COBJS-$(CONFIG_VIDEO_SM501) += sm501.o COBJS-$(CONFIG_VIDEO_SMI_LYNXEM) += smiLynxEM.o +COBJS-$(CONFIG_VIDEO_VCXK) += bus_vcxk.o COBJS-y += videomodes.o COBJS := $(COBJS-y) |