diff options
Diffstat (limited to 'cpu/ixp/Makefile')
-rw-r--r-- | cpu/ixp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ixp/Makefile b/cpu/ixp/Makefile index 41ae6893826..ba2e5892774 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) |