X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Fixp%2FMakefile;h=ba2e5892774de4fa1614dfba6c4e238a38461724;hb=f8edca2e9a128f526b1fe6f997f7adb852cf5b3c;hp=41ae68938266795532be4e41b3c09799d6df2180;hpb=2d5b561e2bfdee8552a99b2cf93016cce2a74895;p=u-boot diff --git a/cpu/ixp/Makefile b/cpu/ixp/Makefile index 41ae689382..ba2e589277 100644 --- a/cpu/ixp/Makefile +++ b/cpu/ixp/Makefile @@ -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)