This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
aa4d1f897f
OpenCloudOS-Kernel
/
arch
/
sh
/
boards
/
mach-kfr2r09
/
Makefile
5 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
sh: add a parameter to LCDC driver's .display_on() callback HDMI support for the sh_mobile_lcdc framebuffer driver will require a 'struct fb_info *' pointer for its .display_on() callback. While at it fix kfr2r09 framebuffer modular build. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-07-21 18:13:17 +08:00
obj-y
:=
setup.o sdram.o
i
f
n
e
q
(
$(
CONFIG_FB_SH_MOBILE_LCDC
)
,
)
obj-y
+=
lcd_wqvga.o
e
n
d
i
f