diff options
Diffstat (limited to 'drivers/video/omap2/Makefile')
-rw-r--r-- | drivers/video/omap2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap2/Makefile b/drivers/video/omap2/Makefile new file mode 100644 index 000000000000..d853d05dad31 --- /dev/null +++ b/drivers/video/omap2/Makefile @@ -0,0 +1,6 @@ +obj-$(CONFIG_OMAP2_VRAM) += vram.o +obj-$(CONFIG_OMAP2_VRFB) += vrfb.o + +obj-y += dss/ +obj-y += omapfb/ +obj-y += displays/ |