X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fixp%2FMakefile;h=7e98d870261918f866c2e57306fc8f95689e1d8b;hb=6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd;hp=afa972a919fc2407002adc6c4f79eced78ec0f58;hpb=012d5bab09a534e4800b02f50cf508e6837202ea;p=oweals%2Fu-boot.git diff --git a/cpu/ixp/Makefile b/cpu/ixp/Makefile index afa972a919..7e98d87026 100644 --- a/cpu/ixp/Makefile +++ b/cpu/ixp/Makefile @@ -28,8 +28,6 @@ LIB = $(obj)lib$(CPU).a START = start.o COBJS-y += cpu.o COBJS-y += interrupts.o -COBJS-$(CONFIG_PCI) += pci.o -COBJS-y += serial.o ifndef CONFIG_USE_IRQ COBJS-y += timer.o endif