wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 1 | # |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 2 | # (C) Copyright 2000-2006 |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 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)lib$(CPU).o |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 27 | |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 28 | START := resetvec.o |
| 29 | START += start.o |
| 30 | |
| 31 | SOBJS := cache.o |
| 32 | SOBJS += dcr.o |
| 33 | SOBJS += kgdb.o |
| 34 | |
| 35 | COBJS := 40x_spd_sdram.o |
Niklaus Giger | 78d2a64 | 2009-10-04 20:04:21 +0200 | [diff] [blame] | 36 | |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 37 | ifndef CONFIG_NAND_SPL |
| 38 | ifndef CONFIG_NAND_U_BOOT |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 39 | COBJS += 44x_spd_ddr.o |
Adam Graham | f6b6c45 | 2008-09-03 12:26:59 -0700 | [diff] [blame] | 40 | endif |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 41 | endif |
| 42 | COBJS-$(CONFIG_SDRAM_PPC4xx_IBM_DDR2) += 44x_spd_ddr2.o |
| 43 | COBJS-$(CONFIG_PPC4xx_DDR_AUTOCALIBRATION) += 4xx_ibm_ddr2_autocalib.o |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 44 | COBJS += 4xx_pci.o |
| 45 | COBJS += 4xx_pcie.o |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 46 | COBJS += bedbug_405.o |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 47 | COBJS-$(CONFIG_CMD_CHIP_CONFIG) += cmd_chip_config.o |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 48 | COBJS += cpu.o |
| 49 | COBJS += cpu_init.o |
Larry Johnson | 8eb52d5 | 2007-12-22 15:16:11 -0500 | [diff] [blame] | 50 | COBJS += denali_data_eye.o |
| 51 | COBJS += denali_spd_ddr2.o |
Grant Erickson | c821b5f | 2008-05-22 14:44:14 -0700 | [diff] [blame] | 52 | COBJS += ecc.o |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 53 | COBJS-$(CONFIG_CMD_ECCTEST) += cmd_ecctest.o |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 54 | COBJS += fdt.o |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 55 | COBJS += interrupts.o |
| 56 | COBJS += iop480_uart.o |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 57 | COBJS-$(CONFIG_CMD_REGINFO) += reginfo.o |
Stefan Roese | 9b94ac6 | 2007-10-31 17:55:58 +0100 | [diff] [blame] | 58 | COBJS += sdram.o |
| 59 | COBJS += speed.o |
| 60 | COBJS += tlb.o |
| 61 | COBJS += traps.o |
| 62 | COBJS += usb.o |
| 63 | COBJS += usb_ohci.o |
| 64 | COBJS += usbdev.o |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 65 | COBJS-$(CONFIG_XILINX_440) += xilinx_irq.o |
Ricardo Ribalda Delgado | d865fd0 | 2008-07-17 11:44:12 +0200 | [diff] [blame] | 66 | ifndef CONFIG_XILINX_440 |
Ricardo Ribalda Delgado | d865fd0 | 2008-07-17 11:44:12 +0200 | [diff] [blame] | 67 | COBJS += 4xx_uart.o |
| 68 | COBJS += gpio.o |
| 69 | COBJS += miiphy.o |
| 70 | COBJS += uic.o |
Ricardo Ribalda Delgado | d865fd0 | 2008-07-17 11:44:12 +0200 | [diff] [blame] | 71 | endif |
wdenk | ba56f62 | 2004-02-06 23:19:44 +0000 | [diff] [blame] | 72 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 73 | SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) |
Wolfgang Denk | a7186b8 | 2010-11-21 00:03:32 +0100 | [diff] [blame] | 74 | OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS) $(COBJS-y)) |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 75 | START := $(addprefix $(obj),$(START)) |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 76 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 77 | all: $(obj).depend $(START) $(LIB) |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 78 | |
| 79 | $(LIB): $(OBJS) |
Sebastien Carlier | 6d8962e | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 80 | $(call cmd_link_o_target, $(OBJS)) |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 81 | |
| 82 | ######################################################################### |
| 83 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 84 | # defines $(obj).depend target |
| 85 | include $(SRCTREE)/rules.mk |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 86 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 87 | sinclude $(obj).depend |
wdenk | 3cae4c9 | 2002-07-07 16:05:51 +0000 | [diff] [blame] | 88 | |
| 89 | ######################################################################### |