mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
8b08cf2b64
- Add Texas Instruments OMAP framebuffer driver. This driver is being used for various OMAP1/2 series based boards and products e.g Nokia N800 Internet Tablet, H4, H3, Siemens SX1 etc. - LCD panel registration and controller code is separated in different file and interfaces. Signed-off-by: Trilok Soni <soni.trilok@gmail.com> Cc: Tony Lindgren <tony@atomide.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
147 B
Makefile
11 lines
147 B
Makefile
#
|
|
# Makefile for the new OMAP framebuffer device driver
|
|
#
|
|
|
|
obj-$(CONFIG_FB_OMAP) += omapfb.o
|
|
|
|
objs-yy := omapfb_main.o
|
|
|
|
omapfb-objs := $(objs-yy)
|
|
|