mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08: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)
|
||
|
|