mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 08:02:17 +00:00
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)
|
||
|
|