* [U-Boot] [PATCH 5/5] ARM: EXYNOS: add Makefile for exynos display driver
@ 2012-03-30 1:59 Donghwa Lee
2012-03-30 7:43 ` Minkyu Kang
0 siblings, 1 reply; 2+ messages in thread
From: Donghwa Lee @ 2012-03-30 1:59 UTC (permalink / raw)
To: u-boot
Update Makefile for EXYNOS display driver.
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
drivers/video/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 6252f6a..8896abe 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -28,6 +28,7 @@ LIB := $(obj)libvideo.o
COBJS-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o
COBJS-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o
COBJS-$(CONFIG_CFB_CONSOLE) += cfb_console.o
+COBJS-$(CONFIG_EXYNOS_FB) += exynos_fb.o exynos_fimd.o
COBJS-$(CONFIG_FSL_DIU_FB) += fsl_diu_fb.o videomodes.o
COBJS-$(CONFIG_S6E63D6) += s6e63d6.o
COBJS-$(CONFIG_SED156X) += sed156x.o
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 5/5] ARM: EXYNOS: add Makefile for exynos display driver
2012-03-30 1:59 [U-Boot] [PATCH 5/5] ARM: EXYNOS: add Makefile for exynos display driver Donghwa Lee
@ 2012-03-30 7:43 ` Minkyu Kang
0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2012-03-30 7:43 UTC (permalink / raw)
To: u-boot
On 30 March 2012 10:59, Donghwa Lee <dh09.lee@samsung.com> wrote:
> Update Makefile for EXYNOS display driver.
>
> Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> ?drivers/video/Makefile | ? ?1 +
> ?1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/video/Makefile b/drivers/video/Makefile
> index 6252f6a..8896abe 100644
> --- a/drivers/video/Makefile
> +++ b/drivers/video/Makefile
> @@ -28,6 +28,7 @@ LIB ? := $(obj)libvideo.o
> ?COBJS-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o
> ?COBJS-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o
> ?COBJS-$(CONFIG_CFB_CONSOLE) += cfb_console.o
> +COBJS-$(CONFIG_EXYNOS_FB) += exynos_fb.o exynos_fimd.o
> ?COBJS-$(CONFIG_FSL_DIU_FB) += fsl_diu_fb.o videomodes.o
> ?COBJS-$(CONFIG_S6E63D6) += s6e63d6.o
> ?COBJS-$(CONFIG_SED156X) += sed156x.o
This patch should be merged into patch4.
Thanks
Minkyu Kang.
--
from. prom.
www.promsoft.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-30 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30 1:59 [U-Boot] [PATCH 5/5] ARM: EXYNOS: add Makefile for exynos display driver Donghwa Lee
2012-03-30 7:43 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox