Jean-Christophe PLAGNIOL-VILLARD | 352d259 | 2007-11-20 20:41:48 +0100 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2000-2007 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
| 5 | # See file CREDITS for list of people who contributed to this |
| 6 | # project. |
| 7 | # |
| 8 | # This program is free software; you can redistribute it and/or |
| 9 | # modify it under the terms of the GNU General Public License as |
| 10 | # published by the Free Software Foundation; either version 2 of |
| 11 | # the License, or (at your option) any later version. |
| 12 | # |
| 13 | # This program is distributed in the hope that it will be useful, |
| 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | # GNU General Public License for more details. |
| 17 | # |
| 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with this program; if not, write to the Free Software |
| 20 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 21 | # MA 02111-1307 USA |
| 22 | # |
| 23 | |
| 24 | include $(TOPDIR)/config.mk |
| 25 | |
Sebastien Carlier | 6d8962e | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 26 | LIB := $(obj)libvideo.o |
Jean-Christophe PLAGNIOL-VILLARD | 352d259 | 2007-11-20 20:41:48 +0100 | [diff] [blame] | 27 | |
Ender.Dai | 767fdc4 | 2010-04-22 15:24:25 +0800 | [diff] [blame] | 28 | COBJS-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o |
Bo Shen | f6b690e | 2012-05-25 00:59:58 +0000 | [diff] [blame] | 29 | COBJS-$(CONFIG_ATMEL_HLCD) += atmel_hlcdfb.o |
Stelian Pop | 39cf480 | 2008-05-09 21:57:18 +0200 | [diff] [blame] | 30 | COBJS-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o |
Michal Simek | eb59ea4 | 2008-07-14 19:45:45 +0200 | [diff] [blame] | 31 | COBJS-$(CONFIG_CFB_CONSOLE) += cfb_console.o |
Donghwa Lee | d2a6982 | 2012-07-02 01:16:02 +0000 | [diff] [blame] | 32 | COBJS-$(CONFIG_EXYNOS_DP) += exynos_dp.o exynos_dp_lowlevel.o |
Donghwa Lee | 6d4339f | 2012-04-05 19:36:17 +0000 | [diff] [blame] | 33 | COBJS-$(CONFIG_EXYNOS_FB) += exynos_fb.o exynos_fimd.o |
Donghwa Lee | 2c7396c | 2012-04-05 19:36:21 +0000 | [diff] [blame] | 34 | COBJS-$(CONFIG_EXYNOS_MIPI_DSIM) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \ |
| 35 | exynos_mipi_dsi_lowlevel.o |
Timur Tabi | ba8e76b | 2011-04-11 14:18:22 -0500 | [diff] [blame] | 36 | COBJS-$(CONFIG_FSL_DIU_FB) += fsl_diu_fb.o videomodes.o |
Donghwa Lee | bba09e9 | 2012-04-06 14:24:01 +0900 | [diff] [blame] | 37 | COBJS-$(CONFIG_S6E8AX0) += s6e8ax0.o |
Guennadi Liakhovetski | 689551c | 2009-02-06 10:37:41 +0100 | [diff] [blame] | 38 | COBJS-$(CONFIG_S6E63D6) += s6e63d6.o |
Wolfgang Denk | 712f4d1 | 2011-09-05 09:19:08 +0200 | [diff] [blame] | 39 | COBJS-$(CONFIG_SED156X) += sed156x.o |
Alessandro Rubini | 3e446cb | 2009-12-05 13:39:31 +0100 | [diff] [blame] | 40 | COBJS-$(CONFIG_VIDEO_AMBA) += amba.o |
Ender.Dai | 767fdc4 | 2010-04-22 15:24:25 +0800 | [diff] [blame] | 41 | COBJS-$(CONFIG_VIDEO_CT69000) += ct69000.o videomodes.o |
Stefano Babic | 1340286 | 2011-10-07 23:27:34 +0000 | [diff] [blame] | 42 | COBJS-$(CONFIG_VIDEO_DA8XX) += da8xx-fb.o videomodes.o |
Ender.Dai | 767fdc4 | 2010-04-22 15:24:25 +0800 | [diff] [blame] | 43 | COBJS-$(CONFIG_VIDEO_MB862xx) += mb862xx.o videomodes.o |
Matthias Weisser | b2621bc | 2010-08-09 13:31:50 +0200 | [diff] [blame] | 44 | COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o videomodes.o |
Helmut Raiger | 62a22dc | 2011-10-12 23:16:29 +0000 | [diff] [blame] | 45 | COBJS-$(CONFIG_VIDEO_MX3) += mx3fb.o videomodes.o |
Fabio Estevam | 695af9a | 2012-05-31 07:23:56 +0000 | [diff] [blame] | 46 | COBJS-$(CONFIG_VIDEO_IPUV3) += mxc_ipuv3_fb.o ipu_common.o ipu_disp.o |
Jeroen Hofstee | d9c13aa | 2012-05-18 00:51:00 +0000 | [diff] [blame] | 47 | COBJS-$(CONFIG_VIDEO_OMAP3) += omap3_dss.o |
Michal Simek | eb59ea4 | 2008-07-14 19:45:45 +0200 | [diff] [blame] | 48 | COBJS-$(CONFIG_VIDEO_SED13806) += sed13806.o |
Michal Simek | eb59ea4 | 2008-07-14 19:45:45 +0200 | [diff] [blame] | 49 | COBJS-$(CONFIG_VIDEO_SM501) += sm501.o |
Ender.Dai | 767fdc4 | 2010-04-22 15:24:25 +0800 | [diff] [blame] | 50 | COBJS-$(CONFIG_VIDEO_SMI_LYNXEM) += smiLynxEM.o videomodes.o |
Jens Scharsig | 50217de | 2009-07-24 10:09:02 +0200 | [diff] [blame] | 51 | COBJS-$(CONFIG_VIDEO_VCXK) += bus_vcxk.o |
Jean-Christophe PLAGNIOL-VILLARD | 352d259 | 2007-11-20 20:41:48 +0100 | [diff] [blame] | 52 | |
Wolfgang Denk | 712f4d1 | 2011-09-05 09:19:08 +0200 | [diff] [blame] | 53 | COBJS := $(sort $(COBJS-y)) |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 54 | SRCS := $(COBJS:.o=.c) |
| 55 | OBJS := $(addprefix $(obj),$(COBJS)) |
Jean-Christophe PLAGNIOL-VILLARD | 352d259 | 2007-11-20 20:41:48 +0100 | [diff] [blame] | 56 | |
| 57 | all: $(LIB) |
| 58 | |
| 59 | $(LIB): $(obj).depend $(OBJS) |
Sebastien Carlier | 6d8962e | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 60 | $(call cmd_link_o_target, $(OBJS)) |
Jean-Christophe PLAGNIOL-VILLARD | 352d259 | 2007-11-20 20:41:48 +0100 | [diff] [blame] | 61 | |
| 62 | ######################################################################### |
| 63 | |
| 64 | # defines $(obj).depend target |
| 65 | include $(SRCTREE)/rules.mk |
| 66 | |
| 67 | sinclude $(obj).depend |
| 68 | |
| 69 | ######################################################################### |