]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8260/Makefile
Add PCI support for MPC8250 Boards (PM825 module)
[karo-tx-uboot.git] / cpu / mpc8260 / Makefile
index 80afc96cacbab77c7d0989f067d7167307eea4d6..22d323e21dcd09820ef619e2135bfc54bdd90175 100644 (file)
@@ -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)