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:
committed by
Norman Feske
parent
8aad441ef0
commit
8e9e866161
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user