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