]> git.sur5r.net Git - u-boot/blobdiff - cpu/ixp/Makefile
Merge branch 'origin'
[u-boot] / cpu / ixp / Makefile
index 41ae68938266795532be4e41b3c09799d6df2180..ba2e5892774de4fa1614dfba6c4e238a38461724 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.o
-OBJS   = serial.o interrupts.o cpu.o timer.o
+OBJS   = serial.o interrupts.o cpu.o timer.o pci.o
 
 all:   .depend $(START) $(LIB)