diff options
author | wdenk <wdenk> | 2003-03-25 16:50:56 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-25 16:50:56 +0000 |
commit | 4d75a504d00e65253229e1d1b798a7c37041f078 (patch) | |
tree | 47a665a7382343883c5d28c741c39d5c36d4a855 /cpu/mpc8260/Makefile | |
parent | 44e5c5c4f1b46991477140540b73df224eb1e4fc (diff) | |
download | u-boot-imx-4d75a504d00e65253229e1d1b798a7c37041f078.zip u-boot-imx-4d75a504d00e65253229e1d1b798a7c37041f078.tar.gz u-boot-imx-4d75a504d00e65253229e1d1b798a7c37041f078.tar.bz2 |
Add PCI support for MPC8250 Boards (PM825 module)
Diffstat (limited to 'cpu/mpc8260/Makefile')
-rw-r--r-- | cpu/mpc8260/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8260/Makefile b/cpu/mpc8260/Makefile index 80afc96..22d323e 100644 --- a/cpu/mpc8260/Makefile +++ b/cpu/mpc8260/Makefile @@ -28,7 +28,7 @@ LIB = lib$(CPU).a START = start.o kgdb.o OBJS = traps.o serial_smc.o serial_scc.o cpu.o cpu_init.o speed.o \ interrupts.o ether_scc.o ether_fcc.o i2c.o commproc.o \ - bedbug_603e.o status_led.o + bedbug_603e.o status_led.o pci.o all: .depend $(START) $(LIB) |