Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2006 |
| 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 | |
Wolfgang Denk | 2f9b7e4 | 2005-08-17 12:55:25 +0200 | [diff] [blame] | 24 | include $(TOPDIR)/config.mk |
| 25 | |
Sebastien Carlier | a8d426f | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 26 | LIB := $(obj)libnand.o |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 27 | |
Jean-Christophe PLAGNIOL-VILLARD | 719bb5f | 2008-08-13 01:40:43 +0200 | [diff] [blame] | 28 | ifdef CONFIG_CMD_NAND |
Grant Likely | 1179ad1 | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 29 | COBJS-y += nand.o |
| 30 | COBJS-y += nand_base.o |
Grant Likely | 1179ad1 | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 31 | COBJS-y += nand_bbt.o |
Jean-Christophe PLAGNIOL-VILLARD | 719bb5f | 2008-08-13 01:40:43 +0200 | [diff] [blame] | 32 | COBJS-y += nand_ecc.o |
| 33 | COBJS-y += nand_ids.o |
Grant Likely | 1179ad1 | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 34 | COBJS-y += nand_util.o |
Wolfgang Denk | 2f9b7e4 | 2005-08-17 12:55:25 +0200 | [diff] [blame] | 35 | |
Jean-Christophe PLAGNIOL-VILLARD | c9539ba | 2009-03-22 10:22:34 +0100 | [diff] [blame] | 36 | COBJS-$(CONFIG_NAND_ATMEL) += atmel_nand.o |
Mike Frysinger | 4e2fe54 | 2008-11-26 21:43:06 -0500 | [diff] [blame] | 37 | COBJS-$(CONFIG_DRIVER_NAND_BFIN) += bfin_nand.o |
Jean-Christophe PLAGNIOL-VILLARD | f681250 | 2009-03-30 18:58:39 +0200 | [diff] [blame] | 38 | COBJS-$(CONFIG_NAND_DAVINCI) += davinci_nand.o |
Scott Wood | 40c6e09 | 2008-03-21 16:12:51 -0500 | [diff] [blame] | 39 | COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o |
Jean-Christophe PLAGNIOL-VILLARD | 719bb5f | 2008-08-13 01:40:43 +0200 | [diff] [blame] | 40 | COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o |
Matthias Kaehlcke | 723fe35 | 2009-07-16 21:19:29 +0200 | [diff] [blame] | 41 | COBJS-$(CONFIG_NAND_KB9202) += kb9202_nand.o |
Prafulla Wadaskar | e904678 | 2009-06-29 15:25:18 +0530 | [diff] [blame] | 42 | COBJS-$(CONFIG_NAND_KIRKWOOD) += kirkwood_nand.o |
Heiko Schocher | 1bc9563 | 2009-07-21 17:13:40 +0200 | [diff] [blame] | 43 | COBJS-$(CONFIG_NAND_KMETER1) += kmeter1_nand.o |
Stefan Roese | d4b75c4 | 2009-06-09 16:57:03 +0200 | [diff] [blame] | 44 | COBJS-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.o |
Ilya Yanok | f9e2bee | 2009-08-11 02:32:54 +0400 | [diff] [blame] | 45 | COBJS-$(CONFIG_NAND_MXC) += mxc_nand.o |
Stefan Roese | 913fd05 | 2009-07-16 15:12:48 +0200 | [diff] [blame] | 46 | COBJS-$(CONFIG_NAND_NDFC) += ndfc.o |
Alessandro Rubini | 9b97b45 | 2009-02-09 15:53:31 +0100 | [diff] [blame] | 47 | COBJS-$(CONFIG_NAND_NOMADIK) += nomadik.o |
kevin.morfitt@fearnside-systems.co.uk | 3e9f201 | 2009-06-18 18:41:03 +0100 | [diff] [blame] | 48 | COBJS-$(CONFIG_NAND_S3C2410) += s3c2410_nand.o |
Guennadi Liakhovetski | 21ece4d | 2008-08-31 00:39:47 +0200 | [diff] [blame] | 49 | COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o |
Vipin KUMAR | 204ad54 | 2010-01-15 19:15:46 +0530 | [diff] [blame] | 50 | COBJS-$(CONFIG_NAND_SPEAR) += spr_nand.o |
Dirk Behme | 778933f | 2008-12-14 09:47:16 +0100 | [diff] [blame] | 51 | COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o |
Mike Frysinger | c0e7c7a | 2009-05-25 22:42:28 -0400 | [diff] [blame] | 52 | COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o |
Jean-Christophe PLAGNIOL-VILLARD | 719bb5f | 2008-08-13 01:40:43 +0200 | [diff] [blame] | 53 | endif |
Anton Vorontsov | 6ab97e9 | 2008-01-14 23:09:32 +0300 | [diff] [blame] | 54 | |
Grant Likely | 1179ad1 | 2007-09-24 09:05:30 -0600 | [diff] [blame] | 55 | COBJS := $(COBJS-y) |
Wolfgang Denk | a1be476 | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 56 | SRCS := $(COBJS:.o=.c) |
| 57 | OBJS := $(addprefix $(obj),$(COBJS)) |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 58 | |
Wolfgang Denk | 2f9b7e4 | 2005-08-17 12:55:25 +0200 | [diff] [blame] | 59 | all: $(LIB) |
| 60 | |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 61 | $(LIB): $(obj).depend $(OBJS) |
Sebastien Carlier | a8d426f | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 62 | $(call cmd_link_o_target, $(OBJS)) |
Wolfgang Denk | 2f9b7e4 | 2005-08-17 12:55:25 +0200 | [diff] [blame] | 63 | |
| 64 | ######################################################################### |
| 65 | |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 66 | # defines $(obj).depend target |
| 67 | include $(SRCTREE)/rules.mk |
Wolfgang Denk | 2f9b7e4 | 2005-08-17 12:55:25 +0200 | [diff] [blame] | 68 | |
Marian Balakowicz | d62379d | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 69 | sinclude $(obj).depend |
| 70 | |
| 71 | ######################################################################### |