summaryrefslogtreecommitdiff
path: root/cpu/mpc8260/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-03-25 16:50:56 +0000
committerwdenk <wdenk>2003-03-25 16:50:56 +0000
commit4d75a504d00e65253229e1d1b798a7c37041f078 (patch)
tree47a665a7382343883c5d28c741c39d5c36d4a855 /cpu/mpc8260/Makefile
parent44e5c5c4f1b46991477140540b73df224eb1e4fc (diff)
Add PCI support for MPC8250 Boards (PM825 module)
Diffstat (limited to 'cpu/mpc8260/Makefile')
-rw-r--r--cpu/mpc8260/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8260/Makefile b/cpu/mpc8260/Makefile
index 80afc96cac..22d323e21d 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)