Unify framebuffer driver binary names (fix #720)

Introduce 'framebuffer' SPEC variable to distinguish hardware framebuffer
drivers furthermore from the SDL framebuffer driver used by Genode/Linux.
This commit is contained in:
Stefan Kalkowski
2013-04-29 10:51:27 +02:00
committed by Norman Feske
parent 8aad441ef0
commit 8e9e866161
60 changed files with 253 additions and 526 deletions

View File

@@ -1,7 +1,7 @@
#
# Enable peripherals of the platform
#
SPECS += omap4 usb cortex_a9 tl16c750 platform_panda
SPECS += omap4 usb cortex_a9 tl16c750 platform_panda framebuffer
#
# Pull in CPU specifics

View File

@@ -1,7 +1,7 @@
#
# Enable peripherals of the platform
#
SPECS += pl050 pl11x ps2 pl180 lan9118 pl011
SPECS += pl050 pl11x ps2 pl180 lan9118 pl011 framebuffer
#
# Pull in CPU specifics

View File

@@ -1,7 +1,7 @@
#
# Enable peripherals of the platform
#
SPECS += pl050 pl11x ps2 pl180 lan9118 pl011
SPECS += pl050 pl11x ps2 pl180 lan9118 pl011 framebuffer
#
# Pull in CPU specifics

View File

@@ -3,7 +3,7 @@ REP_INC_DIR += include/platform/vpb926
#
# Enable peripherals of the platform
#
SPECS += pl050 pl11x pl011 ps2
SPECS += pl050 pl11x pl011 ps2 framebuffer
#
# Pull in CPU specifics