From 7057a1230436d60f2ff252353e9b4a46bb763c26 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Tue, 8 Oct 2013 18:13:34 +0200 Subject: [PATCH] fb test: support exynos5 ref #796 --- os/run/framebuffer.run | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/os/run/framebuffer.run b/os/run/framebuffer.run index f1f96fad3e..450ad3727d 100644 --- a/os/run/framebuffer.run +++ b/os/run/framebuffer.run @@ -2,7 +2,12 @@ # Build # -build { core init test/framebuffer drivers/framebuffer drivers/pci drivers/timer } +set build_components { + core init test/framebuffer drivers/framebuffer drivers/pci drivers/timer } + +lappend_if [have_spec exynos5] build_components drivers/platform + +build $build_components create_boot_directory @@ -54,6 +59,12 @@ append_if [have_spec framebuffer] config { } +append_if [have_spec exynos5] config { + + + + } + append config { @@ -76,6 +87,7 @@ set boot_modules { lappend_if [have_spec sdl] boot_modules fb_sdl lappend_if [have_spec pci] boot_modules pci_drv lappend_if [have_spec framebuffer] boot_modules fb_drv +lappend_if [have_spec exynos5] boot_modules platform_drv build_boot_image $boot_modules