mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +08:00
c243939817
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>
5 lines
90 B
Makefile
5 lines
90 B
Makefile
obj-y := setup.o sdram.o
|
|
ifneq ($(CONFIG_FB_SH_MOBILE_LCDC),)
|
|
obj-y += lcd_wqvga.o
|
|
endif
|