mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
966458f89d
OMAP specific vram allocator is no longer in use, and we can remove all the vram code. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
6 lines
121 B
Makefile
6 lines
121 B
Makefile
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
|
|
|
|
obj-$(CONFIG_OMAP2_DSS) += dss/
|
|
obj-$(CONFIG_FB_OMAP2) += omapfb/
|
|
obj-y += displays/
|