mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
0d548a277c
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>
7 lines
156 B
Makefile
7 lines
156 B
Makefile
obj-$(CONFIG_OMAP2_VRAM) += vram.o
|
|
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
|
|
|
|
obj-$(CONFIG_OMAP2_DSS) += dss/
|
|
obj-$(CONFIG_FB_OMAP2) += omapfb/
|
|
obj-y += displays/
|