Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

OMAP2: avoid descending into disabled framebuffer dirs

Rather than always add the omap2 dirs to the build list (and thus
force everyone to generate a useless built-in.o), bind the dirs to
their relevant kconfig symbol.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Mike Frysinger and committed by
Tomi Valkeinen
0d548a27 44538b43

+2 -2
+2 -2
drivers/video/omap2/Makefile
··· 1 1 obj-$(CONFIG_OMAP2_VRAM) += vram.o 2 2 obj-$(CONFIG_OMAP2_VRFB) += vrfb.o 3 3 4 - obj-y += dss/ 5 - obj-y += omapfb/ 4 + obj-$(CONFIG_OMAP2_DSS) += dss/ 5 + obj-$(CONFIG_FB_OMAP2) += omapfb/ 6 6 obj-y += displays/